Skip to content

Commit 08dd1b5

Browse files
committedDec 27, 2017
set compile flags for zip_cpp
·
0.15.20.2.0
1 parent 6fece14 commit 08dd1b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎CMakeLists.txt‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,9 @@ if(ZIG_TEST_COVERAGE)
396396
endif()
397397

398398
add_library(zig_cpp STATIC ${ZIG_CPP_SOURCES})
399+
set_target_properties(zig_cpp PROPERTIES
400+
COMPILE_FLAGS ${EXE_CFLAGS}
401+
)
399402

400403
add_executable(zig ${ZIG_SOURCES})
401404
set_target_properties(zig PROPERTIES

0 commit comments

Comments
 (0)
Please sign in to comment.