inital commit
This commit is contained in:
commit
d52abc2a14
3 changed files with 424 additions and 0 deletions
10
CMakeLists.txt
Executable file
10
CMakeLists.txt
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
cmake_minimum_required(VERSION 2.4)
|
||||
project(cliclient)
|
||||
|
||||
add_executable(cliclient cliclient.c)
|
||||
|
||||
target_link_libraries( cliclient /home/philipp/BA/Programming/CliClient/libgattlib.so )
|
||||
set_target_properties( cliclient PROPERTIES COMPILE_FLAGS -m64 LINK_FLAGS -m64)
|
||||
add_definitions("-s -Wall")
|
||||
|
||||
install(TARGETS cliclient RUNTIME DESTINATION bin)
|
||||
Loading…
Add table
Add a link
Reference in a new issue