1 2 3 4 5 6
ADD_SUBDIRECTORY(cram) ADD_SUBDIRECTORY(custom) IF(CMAKE_C_COMPILER_ID STREQUAL "Clang") ADD_SUBDIRECTORY(fuzz) ENDIF()