Last change
on this file since 2608 was
2601,
checked in by rgrieder, 16 years ago
|
Renamed CppTcl files to their orignal name.
|
-
Property svn:eol-style set to
native
|
File size:
275 bytes
|
Line | |
---|
1 | IF(MSVC) |
---|
2 | ADD_LIBRARY(cpptcl_orxonox STATIC cpptcl.cc) |
---|
3 | ELSE(MSVC) |
---|
4 | ADD_LIBRARY(cpptcl_orxonox SHARED cpptcl.cc) |
---|
5 | ENDIF(MSVC) |
---|
6 | |
---|
7 | TARGET_LINK_LIBRARIES(cpptcl_orxonox |
---|
8 | ${TCL_LIBRARY} |
---|
9 | ) |
---|
10 | |
---|
11 | IF (NOT WIN32) |
---|
12 | INSTALL(TARGETS cpptcl_orxonox LIBRARY DESTINATION lib) |
---|
13 | ENDIF (NOT WIN32) |
---|
Note: See
TracBrowser
for help on using the repository browser.