Setup buildsystem for c apps
Added fbcp to repo Added setup-apps.sh Disable non runtable apps
This commit is contained in:
11
apps/c-src/CMakeLists.txt
Normal file
11
apps/c-src/CMakeLists.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
cmake_minimum_required(VERSION 2.8)
|
||||
|
||||
SET(COMPILE_DEFINITIONS -Werror -Wall)
|
||||
|
||||
|
||||
set(CMAKE_C_FLAGS "-O3")
|
||||
|
||||
add_executable(fbcp fbcp.c)
|
||||
target_link_libraries(fbcp m)
|
||||
|
||||
add_executable(flicker flicker.c)
|
Reference in New Issue
Block a user