include application version to interface

This commit is contained in:
Stephen Birarda 2016-01-04 15:35:22 -08:00
parent 1646ac55ef
commit 508a5c74a2

View file

@ -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)