fix typo v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Sun, 09 Dec 2018 18:40:02 +0100
branchv_0
changeset 3 085cc937a4d4
parent 2 3e73d4ae8b49
child 4 2b96342b371a
fix typo
CMakeLists.txt
nbproject/configurations.xml
--- a/CMakeLists.txt	Fri Dec 07 14:46:40 2018 +0100
+++ b/CMakeLists.txt	Sun Dec 09 18:40:02 2018 +0100
@@ -14,6 +14,6 @@
 # You should have received a copy of the GNU General Public License
 # along with this program. If not, see <http://www.gnu.org/licenses/>.
 
-project (relpipeout-ods.cpp)
+project (relpipe-out-ods.cpp)
 cmake_minimum_required(VERSION 2.8)
 add_subdirectory (src)
--- a/nbproject/configurations.xml	Fri Dec 07 14:46:40 2018 +0100
+++ b/nbproject/configurations.xml	Sun Dec 09 18:40:02 2018 +0100
@@ -67,7 +67,8 @@
         <rebuildPropChanged>false</rebuildPropChanged>
       </toolsSet>
       <flagsDictionary>
-        <element flagsID="0" commonFlags="-fsanitize=address"/>
+        <element flagsID="0"
+                 commonFlags="-mtune=generic -march=x86-64 -fsanitize=address -fstack-protector-strong"/>
       </flagsDictionary>
       <codeAssistance>
       </codeAssistance>
@@ -79,8 +80,12 @@
           <executablePath>build/Debug/src/relpipe-out-ods</executablePath>
           <ccTool>
             <incDir>
+              <pElem>../relpipe-lib-cli.cpp/include/relpipe/cli</pElem>
+              <pElem>../relpipe-lib-reader.cpp/include/relpipe/reader</pElem>
+              <pElem>src</pElem>
+              <pElem>../relpipe-lib-reader.cpp/include/relpipe/reader/handlers</pElem>
+              <pElem>../relpipe-lib-cli.cpp/include</pElem>
               <pElem>../relpipe-lib-reader.cpp/include</pElem>
-              <pElem>../relpipe-lib-cli.cpp/include</pElem>
               <pElem>build/Debug/src</pElem>
             </incDir>
           </ccTool>