2 lines
97 B
CMake
2 lines
97 B
CMake
add_library(aocpp src/Startup.cpp src/Coord.cpp)
|
|
target_include_directories(aocpp PUBLIC include) |