mirror of
https://github.com/neocturne/libuecc.git
synced 2025-03-04 17:03:31 +01:00
Add -Wall to COMPILE_FLAGS
This commit is contained in:
parent
38f32789b1
commit
85aa5199d2
1 changed files with 2 additions and 0 deletions
|
@ -8,11 +8,13 @@ set_target_properties(uecc_shared PROPERTIES
|
||||||
OUTPUT_NAME uecc
|
OUTPUT_NAME uecc
|
||||||
SOVERSION ${UECC_ABI}
|
SOVERSION ${UECC_ABI}
|
||||||
VERSION ${UECC_ABI}.${PROJECT_VERSION}
|
VERSION ${UECC_ABI}.${PROJECT_VERSION}
|
||||||
|
COMPILE_FLAGS -Wall
|
||||||
)
|
)
|
||||||
|
|
||||||
add_library(uecc_static STATIC ${UECC_SRC})
|
add_library(uecc_static STATIC ${UECC_SRC})
|
||||||
set_target_properties(uecc_static PROPERTIES
|
set_target_properties(uecc_static PROPERTIES
|
||||||
OUTPUT_NAME uecc
|
OUTPUT_NAME uecc
|
||||||
|
COMPILE_FLAGS -Wall
|
||||||
)
|
)
|
||||||
|
|
||||||
install(TARGETS uecc_shared uecc_static
|
install(TARGETS uecc_shared uecc_static
|
||||||
|
|
Loading…
Add table
Reference in a new issue