From 8b0c4ac0a3d03465c12c2e01c307f319a7f4a361 Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Thu, 10 Dec 2015 15:32:52 +0100 Subject: Added Netbean to work with cmake --- nbproject/configurations.xml | 206 +++++++++++++++++++++++++------------------ 1 file changed, 121 insertions(+), 85 deletions(-) (limited to 'nbproject/configurations.xml') diff --git a/nbproject/configurations.xml b/nbproject/configurations.xml index ce722f75..511a81e2 100644 --- a/nbproject/configurations.xml +++ b/nbproject/configurations.xml @@ -1,115 +1,151 @@ - - - - - - src/afbs-api.c - src/alsa-api.c - src/config.c - src/dbus-api.c - src/http-svc.c - src/main.c - src/rest-api.c - src/session.c - - - + + + afbs-api.c + alsa-api.c + config.c + dbus-api.c + http-svc.c + main.c + rest-api.c + session.c + + - Makefile + CMakeLists.txt + build/Makefile + nbproject/private/launcher.properties - Makefile + ^(nbproject)$ + + . + + build/Makefile - + default - true + false false - - + + + + + + + + + build + ${MAKE} -f Makefile + ${MAKE} -f Makefile clean + build/src/afb-daemon + + + build + cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=${IDE_CC} -DCMAKE_CXX_COMPILER=${IDE_CXX} -DCMAKE_C_FLAGS_DEBUG="-g3 -gdwarf-2" -DCMAKE_CXX_FLAGS_DEBUG="-g3 -gdwarf-2" -DCMAKE_EXPORT_COMPILE_COMMANDS=ON .. + + + + + src /usr/include/json-c include - /opt/libmagic/include + build/src - - - `pkg-config --libs libmicrohttpd` - `pkg-config --libs json-c` - efence - magic - - - - - - - - - - - - - - - - - - - - - - default - true - false - - - - 5 + + + + src + /usr/include/json-c + include + build/src + - - 5 - - - 5 - - - 5 - - - - - - + + + + src + /usr/include/json-c + include + build/src + + + __PIC__=2 + __PIE__=2 + __REGISTER_PREFIX__= + __USER_LABEL_PREFIX__= + __pic__=2 + __pie__=2 + + - + + + + src + /usr/include/json-c + include + build/src + + - + + + + src + /usr/include/json-c + include + build/src + + - + + + + include + /usr/include/json-c + build/src + + - + + + + src + /usr/include/json-c + include + build/src + + - + + + + src + /usr/include/json-c + include + build/src + + + __PIC__=2 + __PIE__=2 + __REGISTER_PREFIX__= + __USER_LABEL_PREFIX__= + __pic__=2 + __pie__=2 + + -- cgit 1.2.3-korg