dev/c/cmake_bcb/CMakeLists.txt

6 lines
87 B
CMake

project (cmakeBCB)
cmake_minimum_required (VERSION 2.6)
add_executable (test test.c)