- fix Windows build warnings
This commit is contained in:
@@ -8,3 +8,4 @@ file(GLOB HELPER_LIB_SOURCES "*.cpp" "*.h")
|
|||||||
|
|
||||||
add_library(helper_lib ${HELPER_LIB_SOURCES})
|
add_library(helper_lib ${HELPER_LIB_SOURCES})
|
||||||
target_include_directories(helper_lib PRIVATE ../../libs/ ../../engine ../)
|
target_include_directories(helper_lib PRIVATE ../../libs/ ../../engine ../)
|
||||||
|
target_compile_definitions(helper_lib PRIVATE -D_CRT_SECURE_NO_WARNINGS)
|
||||||
|
|||||||
Reference in New Issue
Block a user