Fix build after develop merge

This commit is contained in:
aMannus
2025-06-29 21:08:35 +02:00
parent 456a736beb
commit c2788bd0ba
4 changed files with 2 additions and 21 deletions

View File

@@ -282,6 +282,7 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Windows")
endif()
set_target_properties(${PROJECT_NAME} PROPERTIES MSVC_RUNTIME_LIBRARY ${MSVC_RUNTIME_LIBRARY_STR})
endif()
################################################################################
# apclientpp + dependencies
################################################################################
@@ -293,7 +294,7 @@ target_include_directories(${PROJECT_NAME} PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}/../subprojects/wswrap/include
${CMAKE_CURRENT_SOURCE_DIR}/../subprojects/valijson/include
${CMAKE_CURRENT_SOURCE_DIR}/../subprojects/apclientpp
)
# Find/download Dr Libs (For custom audio)
################################################################################
@@ -306,7 +307,6 @@ FetchContent_Declare(
)
FetchContent_MakeAvailable(dr_libs)
################################################################################
# Compile definitions
################################################################################