updare cmake list and c format

This commit is contained in:
stubbfel
2016-11-23 23:33:17 +01:00
parent ce12764a4b
commit 71cb07ea9a
2 changed files with 1964 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ else ()
endif ()
project (1261nat)
set(CMAKE_BUILD_TYPE Debug)
SET(BUILD_SHARED_LIBS ON)
SET(LIBTINS_BUILD_SHARED OFF CACHE BOOL "test")
SET(LIBTINS_ENABLE_CXX11 ON CACHE BOOL "test2")
@@ -23,3 +24,6 @@ INCLUDE_DIRECTORIES(lib/libtins/include)
file(GLOB_RECURSE 1261nat_src_files "src/*.h" "src/*.cpp")
add_executable(1261nat ${1261nat_src_files} )
target_link_libraries (1261nat tins)
ADD_SUBDIRECTORY(test)

1960
dev-utils/uncrustify.cfg Normal file

File diff suppressed because it is too large Load Diff