mirror of
https://github.com/ziglang/zig.git
synced 2026-02-15 13:58:27 +00:00
set compile flags for zip_cpp
This commit is contained in:
parent
6fece14cfb
commit
08dd1b553b
@ -396,6 +396,9 @@ if(ZIG_TEST_COVERAGE)
|
||||
endif()
|
||||
|
||||
add_library(zig_cpp STATIC ${ZIG_CPP_SOURCES})
|
||||
set_target_properties(zig_cpp PROPERTIES
|
||||
COMPILE_FLAGS ${EXE_CFLAGS}
|
||||
)
|
||||
|
||||
add_executable(zig ${ZIG_SOURCES})
|
||||
set_target_properties(zig PROPERTIES
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user