mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 13:48:33 -05:00
4 lines
106 B
CMake
4 lines
106 B
CMake
enable_language(OBJC)
|
|
set(CMAKE_OBJC_CLANG_TIDY "${PSEUDO_TIDY}" -some -args)
|
|
add_executable(main main.m)
|