- minor cleanup, just to check if rtphone is builds in CI pipeline
This commit is contained in:
parent
e7dedc90d4
commit
f9acfd47e4
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue