Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/console/src/cpptcl/CMakeLists.txt @ 1151

Last change on this file since 1151 was 1151, checked in by landauf, 16 years ago

added cpptcl and some first tests

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.