- minor cleanup, just to check if rtphone is builds in CI pipeline

This commit is contained in:
Dmytro Bogovych 2021-01-20 20:22:25 +02:00
parent e7dedc90d4
commit f9acfd47e4
1 changed files with 2 additions and 0 deletions

View File

@ -10,5 +10,7 @@ set (CMAKE_POSITION_INDEPENDENT_CODE ON)
file (GLOB HELPER_LIB_SOURCES "*.cpp" "*.h")
add_library(helper_lib ${HELPER_LIB_SOURCES})
# Private include directories
target_include_directories(helper_lib PRIVATE ../../libs/ ../../engine ../)
target_compile_definitions(helper_lib PRIVATE -D_CRT_SECURE_NO_WARNINGS -D_UNICODE)