13 lines
147 B
CMake
13 lines
147 B
CMake
target_sources(Engine
|
|
PRIVATE
|
|
Array.h
|
|
Map.h
|
|
List.h)
|
|
|
|
|
|
target_sources(Engine
|
|
PUBLIC FILE_SET HEADERS
|
|
FILES
|
|
Array.h
|
|
Map.h
|
|
List.h) |