xo-alloc/example/ex1/CMakeLists.txt

3 lines
98 B
CMake

add_executable(ex1 ex1.cpp)
target_include_directories(ex1 PUBLIC ${PROJECT_SOURCE_DIR}/include)