branch | transitional_engine |
changeset 16009 | 7544a7d7c819 |
parent 15975 | 2146cb7be36f |
child 16021 | 6a3dc15b78b9 |
--- a/CMakeLists.txt Tue Sep 05 17:02:08 2023 +0200 +++ b/CMakeLists.txt Fri Jan 19 13:07:22 2024 +0100 @@ -109,6 +109,7 @@ #platform specific init code include(${CMAKE_MODULE_PATH}/platform.cmake) +add_subdirectory(tools/corrosion) #when build type is not specified, assume Debug/Release according to build version information if(CMAKE_BUILD_TYPE)