add cli and reader libraries v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Sat, 25 Aug 2018 12:29:03 +0200
branchv_0
changeset 2 31ef97e63eb0
parent 1 3baaddffae5b
child 3 9a4062b12fc9
add cli and reader libraries
nbproject/Makefile-Debug.mk
nbproject/Makefile-Release.mk
nbproject/configurations.xml
--- a/nbproject/Makefile-Debug.mk	Sat Aug 25 11:43:54 2018 +0200
+++ b/nbproject/Makefile-Debug.mk	Sat Aug 25 12:29:03 2018 +0200
@@ -51,7 +51,7 @@
 ASFLAGS=
 
 # Link Libraries and Options
-LDLIBSOPTIONS=
+LDLIBSOPTIONS=`pkg-config --libs relpipe-lib-cli.cpp` `pkg-config --libs relpipe-lib-reader.cpp`  
 
 # Build Targets
 .build-conf: ${BUILD_SUBPROJECTS}
--- a/nbproject/Makefile-Release.mk	Sat Aug 25 11:43:54 2018 +0200
+++ b/nbproject/Makefile-Release.mk	Sat Aug 25 12:29:03 2018 +0200
@@ -51,7 +51,7 @@
 ASFLAGS=
 
 # Link Libraries and Options
-LDLIBSOPTIONS=
+LDLIBSOPTIONS=`pkg-config --libs relpipe-lib-cli.cpp` `pkg-config --libs relpipe-lib-reader.cpp`  
 
 # Build Targets
 .build-conf: ${BUILD_SUBPROJECTS}
--- a/nbproject/configurations.xml	Sat Aug 25 11:43:54 2018 +0200
+++ b/nbproject/configurations.xml	Sat Aug 25 12:29:03 2018 +0200
@@ -37,6 +37,12 @@
         <ccTool>
           <commandLine>-fsanitize=address</commandLine>
         </ccTool>
+        <linkerTool>
+          <linkerLibItems>
+            <linkerOptionItem>`pkg-config --libs relpipe-lib-cli.cpp`</linkerOptionItem>
+            <linkerOptionItem>`pkg-config --libs relpipe-lib-reader.cpp`</linkerOptionItem>
+          </linkerLibItems>
+        </linkerTool>
       </compileType>
     </conf>
     <conf name="Release" type="1">
@@ -58,6 +64,12 @@
         <asmTool>
           <developmentMode>5</developmentMode>
         </asmTool>
+        <linkerTool>
+          <linkerLibItems>
+            <linkerOptionItem>`pkg-config --libs relpipe-lib-cli.cpp`</linkerOptionItem>
+            <linkerOptionItem>`pkg-config --libs relpipe-lib-reader.cpp`</linkerOptionItem>
+          </linkerLibItems>
+        </linkerTool>
       </compileType>
     </conf>
   </confs>