- more cleanups - use uuid library on the rtphone level + formatting fixed

This commit is contained in:
2024-10-14 07:25:57 +03:00
parent 5e6b4bb929
commit 4cff4a0988
3 changed files with 16 additions and 10 deletions

View File

@@ -15,3 +15,4 @@ set_property(TARGET helper_lib PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<C
# Private include directories
target_include_directories(helper_lib PUBLIC ../../libs/ ../../engine ../ .)
target_compile_definitions(helper_lib PRIVATE -D_CRT_SECURE_NO_WARNINGS -D_UNICODE)
target_link_libraries(helper_lib PUBLIC uuid)