Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 12, 2009, 9:41:17 AM (15 years ago)
Author:
rgrieder
Message:
  • Installation instructions for the config files (tcl scripts and ini files). This is temporary until we have config directory.
  • On windows, all DLLs from a precompiled package get installed too
  • added media folder with a CMakeLists.txt
  • media files get installed to media/ (Windows) or to /share/orxonox (Unix)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem2/CMakeLists.txt

    r2640 r2644  
    4242INCLUDE(BuildConfig)
    4343
     44# Configure media directory location and installation
     45ADD_SUBDIRECTORY(media)
     46
    4447# Creates the actual project
    4548ADD_SUBDIRECTORY(src)
    4649
    4750# Configure the binary output directory
    48 ADD_SUBDIRECTORY(bin-config)
     51ADD_SUBDIRECTORY(bin)
    4952
    5053# Last but not least: Try to make doxygen target
Note: See TracChangeset for help on using the changeset viewer.