CompileCommands.cmake 112 B

12345
  1. set(CMAKE_INTERMEDIATE_DIR_STRATEGY FULL CACHE STRING "" FORCE)
  2. enable_language(C)
  3. add_executable(exe main.c)