Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7345 for code/branches/doc/src


Ignore:
Timestamp:
Sep 4, 2010, 12:50:25 AM (14 years ago)
Author:
rgrieder
Message:

Orxonox executable should depend on all modules (may otherwise be problematic in IDEs).

File:
1 edited

Legend:

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

    r7309 r7345  
    137137  OUTPUT_NAME orxonox
    138138)
     139# Main executable should depend on all modules
     140ADD_DEPENDENCIES(orxonox-main ${ORXONOX_MODULES})
    139141
    140142# Get name to configure the run scripts
Note: See TracChangeset for help on using the changeset viewer.