Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 25, 2010, 11:58:25 PM (13 years ago)
Author:
rgrieder
Message:

Changed source file handling procedure, especially for Qt moc files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/forks/sandbox_qt/src/CMakeLists.txt

    r7423 r7805  
    8080################## Executable ###################
    8181
     82SET_SOURCE_FILES(ORXONOX_MAIN_SRC_FILES Orxonox.cc)
     83
    8284INCLUDE_DIRECTORIES(
    8385  ${CMAKE_CURRENT_SOURCE_DIR}/libraries
     
    9799    orxonox
    98100  SOURCE_FILES
    99     Orxonox.cc
     101    ${ORXONOX_MAIN_SRC_FILES}
    100102  OUTPUT_NAME orxonox
    101103)
Note: See TracChangeset for help on using the changeset viewer.