6 lines
87 B
CMake
6 lines
87 B
CMake
|
project (cmakeBCB)
|
||
|
|
||
|
cmake_minimum_required (VERSION 2.6)
|
||
|
|
||
|
add_executable (test test.c)
|