CMakeLists.txt
branchtransitional_engine
changeset 16038 7544a7d7c819
parent 16004 2146cb7be36f
equal deleted inserted replaced
16037:72c71c385579 16038:7544a7d7c819
   107 #general utilities
   107 #general utilities
   108 include(${CMAKE_MODULE_PATH}/utils.cmake)
   108 include(${CMAKE_MODULE_PATH}/utils.cmake)
   109 #platform specific init code
   109 #platform specific init code
   110 include(${CMAKE_MODULE_PATH}/platform.cmake)
   110 include(${CMAKE_MODULE_PATH}/platform.cmake)
   111 
   111 
       
   112 add_subdirectory(tools/corrosion)
   112 
   113 
   113 #when build type is not specified, assume Debug/Release according to build version information
   114 #when build type is not specified, assume Debug/Release according to build version information
   114 if(CMAKE_BUILD_TYPE)
   115 if(CMAKE_BUILD_TYPE)
   115     if(NOT((CMAKE_BUILD_TYPE STREQUAL "Release") OR
   116     if(NOT((CMAKE_BUILD_TYPE STREQUAL "Release") OR
   116            (CMAKE_BUILD_TYPE STREQUAL "Debug") OR
   117            (CMAKE_BUILD_TYPE STREQUAL "Debug") OR