mirror of
https://github.com/lubosz/overte.git
synced 2025-04-13 22:26:57 +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})
|
||||
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)
|
||||
|
|
Loading…
Reference in a new issue