mirror of
https://github.com/overte-org/overte.git
synced 2025-04-10 19:29:07 +02:00
make application version a private include
This commit is contained in:
parent
9e252f0b08
commit
1e2ae87dee
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue