18 lines
201 B
CMake
18 lines
201 B
CMake
target_sources(Engine
|
|
PRIVATE
|
|
Array.h
|
|
List.h
|
|
Map.h
|
|
Pair.h
|
|
Set.h
|
|
Tree.h)
|
|
|
|
target_sources(Engine
|
|
PUBLIC FILE_SET HEADERS
|
|
FILES
|
|
Array.h
|
|
List.h
|
|
Map.h
|
|
Pair.h
|
|
Set.h
|
|
Tree.h) |