make application version a private include

This commit is contained in:
Stephen Birarda 2016-01-04 15:20:17 -08:00
parent 9e252f0b08
commit 1e2ae87dee

View file

@ -29,7 +29,7 @@ macro(SETUP_HIFI_PROJECT)
endif()
# include the generated application version header
target_include_directories(${TARGET_NAME} "${CMAKE_BINARY_DIR}/includes")
target_include_directories(${TARGET_NAME} PRIVATE "${CMAKE_BINARY_DIR}/includes")
set(${TARGET_NAME}_DEPENDENCY_QT_MODULES ${ARGN})
list(APPEND ${TARGET_NAME}_DEPENDENCY_QT_MODULES Core)