mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
4 lines
111 B
CMake
4 lines
111 B
CMake
enable_language(OBJCXX)
|
|
set(CMAKE_OBJCXX_CLANG_TIDY "${PSEUDO_TIDY}" -some -args)
|
|
add_executable(main main.mm)
|