diff --git a/interface/CMakeLists.txt b/interface/CMakeLists.txt index 28ff7397ff..adad8fc2bd 100644 --- a/interface/CMakeLists.txt +++ b/interface/CMakeLists.txt @@ -100,6 +100,8 @@ else() add_executable(${TARGET_NAME} ${INTERFACE_SRCS} ${QM}) endif() +target_include_directories(${TARGET_NAME} PRIVATE "${CMAKE_BINARY_DIR}/includes") + # 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)