comparison Google/CMakeLists.txt @ 131:9520a6d10992

added install step in CMake
author Alain Mazy <am@osimis.io>
date Wed, 29 Nov 2023 09:42:26 +0100
parents 17f350ab12ca
children 573585bcc9ff
comparison
equal deleted inserted replaced
130:17f350ab12ca 131:9520a6d10992
113 google-cloud-cpp::storage 113 google-cloud-cpp::storage
114 google-cloud-cpp::experimental-storage-grpc 114 google-cloud-cpp::experimental-storage-grpc
115 cryptopp::cryptopp 115 cryptopp::cryptopp
116 ) 116 )
117 117
118 install(
119 TARGETS OrthancGoogleCloudStorage
120 RUNTIME DESTINATION lib # Destination for Windows
121 LIBRARY DESTINATION share/orthanc/plugins # Destination for Linux
122 )
123
118 add_executable(UnitTests 124 add_executable(UnitTests
119 ${GOOGLE_TEST_SOURCES} 125 ${GOOGLE_TEST_SOURCES}
120 ${COMMON_SOURCES} 126 ${COMMON_SOURCES}
121 127
122 ${CMAKE_SOURCE_DIR}/../UnitTestsSources/EncryptionTests.cpp 128 ${CMAKE_SOURCE_DIR}/../UnitTestsSources/EncryptionTests.cpp