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/project.xml | |
parent | 0179cd87a2d7763c07e53b42cbc3b14d993c2dc1 (diff) |
Added Netbean to work with cmake
Diffstat (limited to 'nbproject/project.xml')
-rw-r--r-- | nbproject/project.xml | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/nbproject/project.xml b/nbproject/project.xml index 91920333..202336cd 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -6,18 +6,16 @@ <name>afb-daemon</name> <c-extensions>c</c-extensions> <cpp-extensions/> - <header-extensions/> + <header-extensions>h</header-extensions> <sourceEncoding>UTF-8</sourceEncoding> <make-dep-projects/> - <sourceRootList/> + <sourceRootList> + <sourceRootElem>.</sourceRootElem> + </sourceRootList> <confList> <confElem> - <name>Debug</name> - <type>1</type> - </confElem> - <confElem> - <name>Release</name> - <type>1</type> + <name>Default</name> + <type>0</type> </confElem> </confList> <formatting> |