mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 10:00:18 +02:00
include application version to interface
This commit is contained in:
parent
1646ac55ef
commit
508a5c74a2
1 changed files with 2 additions and 0 deletions
|
@ -100,6 +100,8 @@ else()
|
||||||
add_executable(${TARGET_NAME} ${INTERFACE_SRCS} ${QM})
|
add_executable(${TARGET_NAME} ${INTERFACE_SRCS} ${QM})
|
||||||
endif()
|
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
|
# These are external plugins, but we need to do the 'add dependency' here so that their
|
||||||
# binary directories get added to the fixup path
|
# binary directories get added to the fixup path
|
||||||
add_dependency_external_projects(sixense)
|
add_dependency_external_projects(sixense)
|
||||||
|
|
Loading…
Reference in a new issue