Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/cpptcl/CMakeLists.txt @ 1504

Last change on this file since 1504 was 1504, checked in by rgrieder, 16 years ago

Once again, set all the svn:eol-style property to native. I really hope this doesn't pose more problems than it solves..

  • Property eol-style set to native
File size: 91 bytes
Line 
1ADD_LIBRARY(cpptcl SHARED CppTcl.cc)
2
3TARGET_LINK_LIBRARIES(cpptcl
4  ${TCL_LIBRARY}
5)
Note: See TracBrowser for help on using the repository browser.