Move config include path, so it works for the exported target

This commit is contained in:
BtbN
2014-07-17 21:32:31 +02:00
parent 3b26db389d
commit 973435cb52
2 changed files with 1 additions and 3 deletions

View File

@@ -270,6 +270,7 @@ endif()
target_include_directories(libobs PUBLIC
"$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>"
"$<BUILD_INTERFACE:${CMAKE_BINARY_DIR}/config>"
"$<INSTALL_INTERFACE:${OBS_INCLUDE_DESTINATION}>")