From 508a5c74a238a9d753a8a2eb786b36c5ac669c70 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Mon, 4 Jan 2016 15:35:22 -0800 Subject: [PATCH] include application version to interface --- interface/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) 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)