If labels are found on the tests, then print a time summary for all the tests run...
[cmake.git] / Modules / CMakeFindCodeBlocks.cmake
blob8f54b75fecec6f0b69054aadb591a1bb2b3fe170
1 # This file is included in CMakeSystemSpecificInformation.cmake if
2 # the CodeBlocks extra generator has been selected.
4 FIND_PROGRAM(CMAKE_CODEBLOCKS_EXECUTABLE NAMES codeblocks DOC "The CodeBlocks executable")
6 IF(CMAKE_CODEBLOCKS_EXECUTABLE)
7    SET(CMAKE_OPEN_PROJECT_COMMAND "${CMAKE_CODEBLOCKS_EXECUTABLE} <PROJECT_FILE>" )
8 ENDIF(CMAKE_CODEBLOCKS_EXECUTABLE)