Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 11, 2007, 12:09:06 AM (17 years ago)
Author:
nicolasc
Message:

bump

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/tutorial/Tutorial/CMakeLists.txt

    r30 r33  
    1717
    1818#Creates an executable
    19 ADD_EXECUTABLE(build/main ${SRC_FILES} ${INC_FILES})
     19ADD_EXECUTABLE(main ${SRC_FILES} ${INC_FILES})
    2020#Links the executable against Ogre
    21 TARGET_LINK_LIBRARIES(build/main ${OGRE_LIBRARIES} ${OIS_LIBRARIES})
     21TARGET_LINK_LIBRARIES(main ${OGRE_LIBRARIES} ${OIS_LIBRARIES})
    2222
    2323#Sets the install path
    24 INSTALL(TARGETS build/main DESTINATION bin)
     24INSTALL(TARGETS main DESTINATION bin)
Note: See TracChangeset for help on using the changeset viewer.