Enable warnings on non-MSVC

This commit is contained in:
Corentin Wallez
2017-07-07 14:41:17 -04:00
committed by Corentin Wallez
parent 228ba88fe6
commit bd0594bab8
11 changed files with 112 additions and 118 deletions

View File

@@ -24,4 +24,4 @@ list(APPEND COMMON_SOURCES
add_library(nxt_common STATIC ${COMMON_SOURCES})
target_include_directories(nxt_common PUBLIC ${SRC_DIR})
SetCXX14(nxt_common)
NXTInternalTarget("src" nxt_common)