Skip to content
Snippets Groups Projects
CMakeLists.txt 138 B
Newer Older
if(NOT CLANG_BUILD_EXAMPLES)
  set(EXCLUDE_FROM_ALL ON)
endif()

add_subdirectory(PrintFunctionNames)