Skip to content

Commit

Permalink
CMake: define ofxPlugins target in CMakeLists of plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Clement Champetier committed Apr 18, 2016
1 parent 231a833 commit 8280846
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Expand Up @@ -23,9 +23,6 @@ endif()
# Diplay commands being ran by CMake
set(CMAKE_VERBOSE_MAKEFILE OFF)

# Create an alias for all OFX plugins.
add_custom_target(ofxPlugins)

# Include subdirs
set(SEQUENCEPARSER_PYTHON_VERSION ${TUTTLE_PYTHON_VERSION})
add_subdirectory(libraries/sequenceParser)
Expand Down
3 changes: 3 additions & 0 deletions plugins/CMakeLists.txt
@@ -1,6 +1,9 @@

set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)

# Create an alias for all OFX plugins.
add_custom_target(ofxPlugins)

add_subdirectory(image/io/AudioVideo)
add_subdirectory(image/display/ColorCubeViewer)
add_subdirectory(image/display/Histogram)
Expand Down

0 comments on commit 8280846

Please sign in to comment.