diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2015-12-10 15:32:52 +0100 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2015-12-10 15:32:52 +0100 |
commit | 8b0c4ac0a3d03465c12c2e01c307f319a7f4a361 (patch) | |
tree | 3933384d564cae577158bf2c2600f3d3093ae9f6 /nbproject/private/configurations.xml | |
parent | 0179cd87a2d7763c07e53b42cbc3b14d993c2dc1 (diff) |
Added Netbean to work with cmake
Diffstat (limited to 'nbproject/private/configurations.xml')
-rw-r--r-- | nbproject/private/configurations.xml | 89 |
1 files changed, 89 insertions, 0 deletions
diff --git a/nbproject/private/configurations.xml b/nbproject/private/configurations.xml new file mode 100644 index 00000000..24aab80c --- /dev/null +++ b/nbproject/private/configurations.xml @@ -0,0 +1,89 @@ +<?xml version="1.0" encoding="UTF-8"?> +<configurationDescriptor version="97"> + <logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT"> + <df root="." name="0"> + <df name="build"> + <df name="CMakeFiles"> + <df name="3.0.2"> + <df name="CompilerIdC"> + <in>CMakeCCompilerId.c</in> + </df> + </df> + <df name="CMakeTmp"> + </df> + </df> + <df name="src"> + <df name="CMakeFiles"> + <df name="afb-daemon.dir"> + </df> + </df> + </df> + </df> + <df name="include"> + <in>local-def.h</in> + <in>proto-def.h</in> + </df> + <df name="src"> + <in>afbs-api.c</in> + <in>alsa-api.c</in> + <in>config.c</in> + <in>dbus-api.c</in> + <in>http-svc.c</in> + <in>main.c</in> + <in>rest-api.c</in> + <in>session.c</in> + </df> + </df> + </logicalFolder> + <projectmakefile>build/Makefile</projectmakefile> + <confs> + <conf name="Default" type="0"> + <toolsSet> + <developmentServer>localhost</developmentServer> + <platform>2</platform> + </toolsSet> + <compile> + <compiledirpicklist> + <compiledirpicklistitem>.</compiledirpicklistitem> + <compiledirpicklistitem>${AUTO_FOLDER}</compiledirpicklistitem> + </compiledirpicklist> + <compiledir>${AUTO_FOLDER}</compiledir> + <compilecommandpicklist> + <compilecommandpicklistitem>${MAKE} ${ITEM_NAME}.o</compilecommandpicklistitem> + <compilecommandpicklistitem>${AUTO_COMPILE}</compilecommandpicklistitem> + </compilecommandpicklist> + <compilecommand>${AUTO_COMPILE}</compilecommand> + </compile> + <dbx_gdbdebugger version="1"> + <gdb_pathmaps> + </gdb_pathmaps> + <gdb_interceptlist> + <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/> + </gdb_interceptlist> + <gdb_signals> + </gdb_signals> + <gdb_options> + <DebugOptions> + </DebugOptions> + </gdb_options> + <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/> + </dbx_gdbdebugger> + <nativedebugger version="1"> + <engine>gdb</engine> + </nativedebugger> + <runprofile version="9"> + <runcommandpicklist> + <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem> + <runcommandpicklistitem>"${OUTPUT_PATH}" --verbose --alias=icons:/usr/share/icons</runcommandpicklistitem> + </runcommandpicklist> + <runcommand>"${OUTPUT_PATH}" --verbose --alias=icons:/usr/share/icons</runcommand> + <rundir>build</rundir> + <buildfirst>true</buildfirst> + <terminal-type>0</terminal-type> + <remove-instrumentation>0</remove-instrumentation> + <environment> + </environment> + </runprofile> + </conf> + </confs> +</configurationDescriptor> |