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