Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7139


Ignore:
Timestamp:
Jun 10, 2010, 1:30:26 AM (14 years ago)
Author:
rgrieder
Message:

Moved non-config CMake files from cmake to cmake/tools.
That should make it easier to keep actual configuration files apart from helper files.

Location:
code/branches/presentation3
Files:
1 added
1 edited
23 moved

Legend:

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

    r6444 r7139  
    7676
    7777# This sets where to look for CMake modules (e.g. "Find*.cmake" files)
    78 SET(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
     78SET(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake ${CMAKE_SOURCE_DIR}/cmake/tools)
    7979
    8080# Set Debug build to default when not having multi-config generator like msvc
Note: See TracChangeset for help on using the changeset viewer.