Changeset 2619 for code/branches/buildsystem2/src/tolua
- Timestamp:
- Jan 29, 2009, 11:20:37 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem2/src/tolua/CMakeLists.txt
r2599 r2619 9 9 ) 10 10 SET_TARGET_PROPERTIES(tolualib_orxonox PROPERTIES DEFINE_SYMBOL "TOLUA_SHARED_BUILD") 11 TARGET_LINK_LIBRARIES(tolualib_orxonox ${LUA_LIBRAR Y})11 TARGET_LINK_LIBRARIES(tolualib_orxonox ${LUA_LIBRARIES}) 12 12 13 13 IF (NOT WIN32)
Note: See TracChangeset
for help on using the changeset viewer.