authorgravatar for thejoshwolfe@gmail.comJosh Wolfe <thejoshwolfe@gmail.com> 2017-12-26 18:04:09-07:00
committergravatar for thejoshwolfe@gmail.comJosh Wolfe <thejoshwolfe@gmail.com> 2017-12-26 18:05:43-07:00
log08dd1b553b37de24eaf24a37558b0f9993d4ca42
treeccbc359810a6742b8bc8efe54a9c081c11b70fc3
parent6fece14cfbb852c108c2094ae0879da76f2f445e

set compile flags for zip_cpp


1 files changed, 3 insertions(+), 0 deletions(-)

CMakeLists.txt+3
...@@ -396,6 +396,9 @@ if(ZIG_TEST_COVERAGE)...@@ -396,6 +396,9 @@ if(ZIG_TEST_COVERAGE)
396endif()396endif()
397397
398add_library(zig_cpp STATIC ${ZIG_CPP_SOURCES})398add_library(zig_cpp STATIC ${ZIG_CPP_SOURCES})
399set_target_properties(zig_cpp PROPERTIES
400 COMPILE_FLAGS ${EXE_CFLAGS}
401)
399402
400add_executable(zig ${ZIG_SOURCES})403add_executable(zig ${ZIG_SOURCES})
401set_target_properties(zig PROPERTIES404set_target_properties(zig PROPERTIES