Changeset 132 for CMakeLists.txt

Show
Ignore:
Timestamp:
07/07/08 15:49:00 (16 years ago)
Author:
smidl
Message:

opravy

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • CMakeLists.txt

    r129 r132  
    2323ELSE() 
    2424        #This is for UNIX makefile which does only one release at a time. 
    25 #       SET(CMAKE_BUILD_TYPE Debug) 
     25        SET(CMAKE_BUILD_TYPE Debug) 
    2626        SET(CMAKE_CXX_FLAGS_DEBUG "-g -Wall") 
    2727ENDIF(WIN32) 
     
    5959# the project's entire directory structure. 
    6060add_subdirectory (bdm) 
    61 add_subdirectory (tests) 
     61#add_subdirectory (tests) 
    6262add_subdirectory (pmsm)