3
0
Fork 0
mirror of https://github.com/lubosz/overte.git synced 2025-04-17 19:06:16 +02:00

Trying to fix build problem

This commit is contained in:
Bradley Austin Davis 2015-12-10 11:43:18 -08:00
parent 645695d5d5
commit c5f5e8de60

View file

@ -100,6 +100,15 @@ else()
add_executable(${TARGET_NAME} ${INTERFACE_SRCS} ${QM})
endif()
# These are external plugins, but we need to do the 'add dependency' here so that their
# binary directories get added to the fixup path
add_dependency_external_projects(sixense)
add_dependency_external_projects(sdl2)
if (WIN32)
add_dependency_external_projects(OpenVR)
endif()
# disable /OPT:REF and /OPT:ICF for the Debug builds
# This will prevent the following linker warnings
# LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/OPT:ICF' specification