cmake_bcb added
This commit is contained in:
parent
e745eb0256
commit
6275a7c260
|
@ -0,0 +1,5 @@
|
||||||
|
project (cmakeBCB)
|
||||||
|
|
||||||
|
cmake_minimum_required (VERSION 2.6)
|
||||||
|
|
||||||
|
add_executable (test test.c)
|
|
@ -0,0 +1,8 @@
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
|
int main (void)
|
||||||
|
{
|
||||||
|
puts ("Hello world!\n");
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
Loading…
Reference in New Issue