SimpleGarbageCollector/CMakeLists.txt

7 lines
150 B
CMake
Raw Permalink Normal View History

2016-12-11 01:00:58 +00:00
project("Collector")
2016-12-30 18:47:42 +00:00
list(APPEND CMAKE_CXX_FLAGS "${CXXMAKE_C_FLAGS} -std=c++1y -I../src/include/ -g")
2016-12-11 01:00:58 +00:00
2016-12-30 18:47:42 +00:00
add_executable(collector src/collector.cpp)
2016-12-11 01:00:58 +00:00