source: development/steve/visualisation/Tutorial/Step4/CMakeLists.txt @ 2229

Last change on this file since 2229 was 2229, checked in by steve, 19 years ago

Moved directories into production and development parent directories

File size: 213 bytes
Line 
1PROJECT (Step4)
2
3INCLUDE (${CMAKE_ROOT}/Modules/FindVTK.cmake)
4IF (USE_VTK_FILE)
5  INCLUDE(${USE_VTK_FILE})
6ENDIF (USE_VTK_FILE)
7
8ADD_EXECUTABLE(Cone4 Cone4.cxx)
9TARGET_LINK_LIBRARIES(Cone4 vtkRendering)
Note: See TracBrowser for help on using the repository browser.