diff options
author | Pierre Ossman <ossman@cendio.se> | 2023-01-10 20:00:42 +0100 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2023-01-10 20:00:42 +0100 |
commit | a434ef3377943e89165ac13c537cd0f28be97f84 (patch) | |
tree | 8097b4ae21a61e0af8d8ae8377f4b0c48431dcf7 /CMakeLists.txt | |
parent | 27262aeabf3e4d8e29d8f64dbbe48441b80ce387 (diff) | |
parent | 0043c557fcfece5cc45f41293b06548474362b20 (diff) | |
download | tigervnc-a434ef3377943e89165ac13c537cd0f28be97f84.tar.gz tigervnc-a434ef3377943e89165ac13c537cd0f28be97f84.zip |
Merge branch 'libtool' of https://github.com/CendioOssman/tigervnc
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ce47949c..48e49924 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -348,3 +348,5 @@ configure_file("${CMAKE_SOURCE_DIR}/cmake/cmake_uninstall.cmake.in" "cmake_uninstall.cmake" IMMEDIATE @ONLY) add_custom_target(uninstall COMMAND ${CMAKE_COMMAND} -P cmake_uninstall.cmake) + +libtool_generate_control_files() |