Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/ceguilua/src/cpptcl/CMakeLists.txt @ 1808

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

Implemented lua and ceguilua as far as it works now with visual studio. Next (not so big) step is to integrate it in CMake (already did the most part).

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