source: development/steve/visualisation/Tutorial/Step3/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 (Step3)
2
3INCLUDE (${CMAKE_ROOT}/Modules/FindVTK.cmake)
4IF (USE_VTK_FILE)
5  INCLUDE(${USE_VTK_FILE})
6ENDIF (USE_VTK_FILE)
7
8ADD_EXECUTABLE(Cone3 Cone3.cxx)
9TARGET_LINK_LIBRARIES(Cone3 vtkRendering)
Note: See TracBrowser for help on using the repository browser.