]> Creatis software - cpPlugins.git/blob - appli/examples/plugins/CMakeLists.txt
MPR objects updated
[cpPlugins.git] / appli / examples / plugins / CMakeLists.txt
1 SET(
2   examples_SOURCES
3   example_GuessPlugins
4   example_LoadPluginsFile
5   example_LoadPluginsDirectory
6   example_ReadWriteImage
7   example_ReadWriteImageWithWorkspace
8   example_ShowImage
9   )
10
11 FOREACH(example ${examples_SOURCES})
12   ADD_EXECUTABLE(${example} ${example}.cxx)
13   TARGET_LINK_LIBRARIES(${example} cpExtensions cpPlugins)
14 ENDFOREACH(example)
15
16 IF(USE_QT4)
17   SUBDIRS(
18     QT
19     )
20 ENDIF(USE_QT4)
21
22 ## eof - $RCSfile$