# HG changeset patch # User František Kučera # Date 1535192943 -7200 # Node ID 31ef97e63eb08fdbc05c3de70888bc9f94022e6e # Parent 3baaddffae5ba2673c1016adb26d241178a6a1d2 add cli and reader libraries diff -r 3baaddffae5b -r 31ef97e63eb0 nbproject/Makefile-Debug.mk --- 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} diff -r 3baaddffae5b -r 31ef97e63eb0 nbproject/Makefile-Release.mk --- 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} diff -r 3baaddffae5b -r 31ef97e63eb0 nbproject/configurations.xml --- 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 @@ -fsanitize=address + + + `pkg-config --libs relpipe-lib-cli.cpp` + `pkg-config --libs relpipe-lib-reader.cpp` + + @@ -58,6 +64,12 @@ 5 + + + `pkg-config --libs relpipe-lib-cli.cpp` + `pkg-config --libs relpipe-lib-reader.cpp` + +