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