We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf79afd + 3946eaa commit 1cdddbaCopy full SHA for 1cdddba
CMakeLists.txt
@@ -74,9 +74,9 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/include/OpenShotVersion.h
74
75
############### Set up include paths #################
76
list(APPEND OPENSHOT_INCLUDE_DIRS
77
- include
78
- include/effects
79
- include/Qt
+ ${CMAKE_CURRENT_SOURCE_DIR}/include
+ ${CMAKE_CURRENT_SOURCE_DIR}/include/effects
+ ${CMAKE_CURRENT_SOURCE_DIR}/include/Qt
80
${CMAKE_CURRENT_BINARY_DIR}/include )
81
82
#### Enable C++11 (for std::shared_ptr support)
0 commit comments