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

@@ -66,9 +66,6 @@ endif()
if(NOT INSTALLER_RUN)
add_subdirectory(deps)
add_definitions(-DHAVE_CONFIG_H=1)
include_directories("${CMAKE_BINARY_DIR}/config")
add_subdirectory(libobs)
if(WIN32)