Skip to content

Commit

Permalink
#102: restore lib naming
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Aug 8, 2024
1 parent edb16bd commit 1da3fc3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions lib/CLI/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
add_library(CLI INTERFACE)
target_include_directories(CLI INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/CLI)

set_target_properties(CLI PROPERTIES OUTPUT_NAME CLI-vt-tv)

install(
DIRECTORY CLI
DESTINATION include
Expand Down
1 change: 0 additions & 1 deletion lib/brotli/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ foreach(lib IN LISTS BROTLI_SHARED_LIBS)
endforeach()

foreach(lib IN LISTS BROTLI_SHARED_LIBS BROTLI_STATIC_LIBS)
set_target_properties (${lib} PROPERTIES OUTPUT_NAME ${lib}-vt-tv)
target_include_directories(
${lib}
INTERFACE
Expand Down
2 changes: 0 additions & 2 deletions lib/json/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ target_include_directories(
$<INSTALL_INTERFACE:include>
)

set_target_properties(${NLOHMANN_JSON_TARGET_NAME} PROPERTIES OUTPUT_NAME ${NLOHMANN_JSON_TARGET_NAME}-vt-tv)

## add debug view definition file for msvc (natvis)
if (MSVC)
set(NLOHMANN_ADD_NATVIS TRUE)
Expand Down
1 change: 0 additions & 1 deletion lib/yaml-cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ if (NOT DEFINED CMAKE_DEBUG_POSTFIX)
endif()

set_target_properties(yaml-cpp PROPERTIES
OUTPUT_NAME yaml-cpp-vt-tv
VERSION "${PROJECT_VERSION}"
SOVERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}"
PROJECT_LABEL "yaml-cpp ${yaml-cpp-label-postfix}"
Expand Down

0 comments on commit 1da3fc3

Please sign in to comment.