4 lines
106 B
CMake
Raw Normal View History

2021-09-14 00:13:48 +02:00
enable_language(OBJC)
set(CMAKE_OBJC_CLANG_TIDY "${PSEUDO_TIDY}" -some -args)
add_executable(main main.m)