~charon-developers/charon-utils/trunk

« back to all changes in this revision

Viewing changes to src/CMakeLists.txt

  • Committer: Moritz Becker
  • Date: 2014-07-22 17:54:09 UTC
  • Revision ID: moritz.becker@pallas-ludens.com-20140722175409-qwxsbirwwzsgnfwo
Plugin AnnotationFinalizer to evaluate annotation results.

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
IF(USE_CIMG)
100
100
        SET(Plugins_CImg)
101
101
        INCLUDE_DIRECTORIES(${CIMG_INCLUDE_DIRS})
 
102
        ADD_CHARON_PLUGIN(annotationfinalizer
 
103
                AnnotationFinalizer.cpp
 
104
                ${CHARON_UTILS_INCLUDE_DIR}/AnnotationFinalizer.h
 
105
                ${PROJECT_SOURCE_DIR}/include/SuperEasyJSON/json.h
 
106
                ${PROJECT_SOURCE_DIR}/include/SuperEasyJSON/json.cpp
 
107
                PLUGIN_LISTS Plugins Plugins_CImg
 
108
        )
102
109
        ADD_CHARON_PLUGIN(blurbydepth
103
110
                BlurByDepth.cpp
104
111
                ${CHARON_UTILS_INCLUDE_DIR}/BlurByDepth.h