source:
development/steve/visualisation/Tutorial/Step3/CMakeLists.txt
@
2229
Last change on this file since 2229 was 2229, checked in by , 19 years ago | |
---|---|
File size: 213 bytes |
Line | |
---|---|
1 | PROJECT (Step3) |
2 | |
3 | INCLUDE (${CMAKE_ROOT}/Modules/FindVTK.cmake) |
4 | IF (USE_VTK_FILE) |
5 | INCLUDE(${USE_VTK_FILE}) |
6 | ENDIF (USE_VTK_FILE) |
7 | |
8 | ADD_EXECUTABLE(Cone3 Cone3.cxx) |
9 | TARGET_LINK_LIBRARIES(Cone3 vtkRendering) |
Note: See TracBrowser
for help on using the repository browser.