src/CMakeLists.txt
branchv_0
changeset 15 66db59d77033
parent 4 a0689654b3c2
child 16 3b197bf7a231
equal deleted inserted replaced
14:5be268bc4c69 15:66db59d77033
    11 # GNU General Public License for more details.
    11 # GNU General Public License for more details.
    12 #
    12 #
    13 # You should have received a copy of the GNU General Public License
    13 # You should have received a copy of the GNU General Public License
    14 # along with this program. If not, see <http://www.gnu.org/licenses/>.
    14 # along with this program. If not, see <http://www.gnu.org/licenses/>.
    15 
    15 
    16 set(EXECUTABLE_FILE "relpipe-in-xmltable")
    16 set(EXECUTABLE_FILE "relpipe-in-yamltable")
    17 
    17 
    18 # Relpipe libraries:
    18 # Relpipe libraries:
    19 INCLUDE(FindPkgConfig)
    19 INCLUDE(FindPkgConfig)
    20 pkg_check_modules (RELPIPE_LIBS relpipe-lib-writer.cpp relpipe-lib-cli.cpp libxml++-2.6)
    20 pkg_check_modules (RELPIPE_LIBS relpipe-lib-writer.cpp relpipe-lib-cli.cpp libxml++-2.6)
    21 include_directories(${RELPIPE_LIBS_INCLUDE_DIRS})
    21 include_directories(${RELPIPE_LIBS_INCLUDE_DIRS})