# HG changeset patch # User František Kučera # Date 1622317777 -7200 # Node ID 8f1da1ce3ca5da031cc5d9056e3c8f8053ccd8e2 # Parent d6d710336e7c61a321b160ab33483486a1d045ad rename yamltable to cbortable diff -r d6d710336e7c -r 8f1da1ce3ca5 CMakeLists.txt --- a/CMakeLists.txt Sun Dec 06 16:40:58 2020 +0100 +++ b/CMakeLists.txt Sat May 29 21:49:37 2021 +0200 @@ -13,6 +13,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -project (relpipe-in-yamltable.cpp) +project (relpipe-in-cbortable.cpp) cmake_minimum_required(VERSION 3.7.2) add_subdirectory (src) diff -r d6d710336e7c -r 8f1da1ce3ca5 bash-completion.sh --- a/bash-completion.sh Sun Dec 06 16:40:58 2020 +0100 +++ b/bash-completion.sh Sat May 29 21:49:37 2021 +0200 @@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -_relpipe_in_yamltable_completion() { +_relpipe_in_cbortable_completion() { local w0 w1 w2 w3 COMPREPLY=() @@ -103,5 +103,4 @@ fi } -complete -F _relpipe_in_yamltable_completion relpipe-in-yamltable -complete -F _relpipe_in_yamltable_completion relpipe-in-jsontable +complete -F _relpipe_in_cbortable_completion relpipe-in-cbortable diff -r d6d710336e7c -r 8f1da1ce3ca5 nbproject/configurations.xml --- a/nbproject/configurations.xml Sun Dec 06 16:40:58 2020 +0100 +++ b/nbproject/configurations.xml Sat May 29 21:49:37 2021 +0200 @@ -77,7 +77,7 @@ build/Debug ${MAKE} -f Makefile ${MAKE} -f Makefile clean - build/Debug/src/relpipe-in-yamltable + build/Debug/src/relpipe-in-cbortable ../relpipe-lib-writer.cpp/include diff -r d6d710336e7c -r 8f1da1ce3ca5 nbproject/project.xml --- a/nbproject/project.xml Sun Dec 06 16:40:58 2020 +0100 +++ b/nbproject/project.xml Sat May 29 21:49:37 2021 +0200 @@ -3,7 +3,7 @@ org.netbeans.modules.cnd.makeproject - relpipe-in-yamltable.cpp + relpipe-in-cbortable.cpp cpp h diff -r d6d710336e7c -r 8f1da1ce3ca5 src/CMakeLists.txt --- a/src/CMakeLists.txt Sun Dec 06 16:40:58 2020 +0100 +++ b/src/CMakeLists.txt Sat May 29 21:49:37 2021 +0200 @@ -13,8 +13,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -set(EXECUTABLE_FILE "relpipe-in-yamltable") -set(EXECUTABLE_FILE_JSON "relpipe-in-jsontable") +set(EXECUTABLE_FILE "relpipe-in-cbortable") # Relpipe libraries: INCLUDE(FindPkgConfig) @@ -33,8 +32,6 @@ relpipe-in-xmltable.cpp ) -ADD_CUSTOM_TARGET(in_mode_symlink ALL COMMAND ${CMAKE_COMMAND} -E create_symlink ${EXECUTABLE_FILE} ${EXECUTABLE_FILE_JSON}) - # Link libraries: target_link_libraries(${EXECUTABLE_FILE} ${RELPIPE_LIBS_LIBRARIES}) set_property(TARGET ${EXECUTABLE_FILE} PROPERTY INSTALL_RPATH_USE_LINK_PATH TRUE)