3 lines
137 B
CMake
Executable file
3 lines
137 B
CMake
Executable file
add_library(Platform INTERFACE)
|
|
target_include_directories(Platform INTERFACE include)
|
|
target_link_libraries(Platform INTERFACE Utility)
|