Changeset 2580 for trunk/digitalme
- Timestamp:
- 04/20/09 11:02:14 (16 months ago)
- Files:
-
- 1 modified
-
trunk/digitalme/CMakeLists.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/digitalme/CMakeLists.txt
r2579 r2580 120 120 # GTK 121 121 122 set( GTK2_FIND_REQUIRED FALSE) 123 include( FindGTK2) 124 125 set( GLADE_FIND_REQUIRED FALSE) 126 include( FindGlade) 127 122 if( NOT APPLE) 123 set( GTK2_FIND_REQUIRED FALSE) 124 include( FindGTK2) 125 endif( NOT APPLE) 126 127 if( NOT APPLE) 128 set( GLADE_FIND_REQUIRED FALSE) 129 include( FindGlade) 130 endif( NOT APPLE) 131 128 132 if( GTK2_FOUND AND GLADE_FOUND) 129 133 add_subdirectory( ./selector/ui/gtk/src 130 134 ${EXECUTABLE_OUTPUT_PATH}/bin) 131 endif( GTK2_FOUND AND GLADE_FOUND )135 endif( GTK2_FOUND AND GLADE_FOUND AND NOT APPLE) 132 136 133 137 # OS X packages