preprocessor runs once

This commit is contained in:
Andrew Kelley
2015-08-05 21:47:08 -07:00
parent e71521335a
commit d519ce87dd
6 changed files with 99 additions and 32 deletions

View File

@@ -23,6 +23,7 @@ include_directories(
set(ZIG_SOURCES
"${CMAKE_SOURCE_DIR}/src/main.cpp"
"${CMAKE_SOURCE_DIR}/src/util.cpp"
"${CMAKE_SOURCE_DIR}/src/buffer.cpp"
)
set(CONFIGURE_OUT_FILE "${CMAKE_BINARY_DIR}/config.h")