Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 14, 2007, 3:05:55 PM (16 years ago)
Author:
rgrieder
Message:

tried to fix CMakeLists.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/main_reto/src/CMakeLists.txt

    r191 r206  
    2323
    2424#Creates an executable
    25 ADD_EXECUTABLE(../bin/main ${SRC_FILES} ${INC_FILES})
     25ADD_EXECUTABLE(../bin/main ${SRC_FILES, WPN_CC_FILES} ${INC_FILES, WPN_H_FILES})
    2626#Links the executable against OGRE and OIS
    2727TARGET_LINK_LIBRARIES(../bin/main ${OGRE_LIBRARIES} ${OIS_LIBRARIES} ${CEGUI_LIBRARIES} ${CEGUI_OGRE_LIBRARIES})
    2828
    29 #add main source dir
     29#add weapon source dir
    3030ADD_SUBDIRECTORY(weapon)
Note: See TracChangeset for help on using the changeset viewer.