comparison CMakeLists.txt @ 259:37a7d9ed4696

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 30 May 2020 10:53:09 +0200
parents cd60e7a2960d
children 1256885f525c
comparison
equal deleted inserted replaced
258:cd60e7a2960d 259:37a7d9ed4696
157 RUNTIME DESTINATION lib # Destination for Windows 157 RUNTIME DESTINATION lib # Destination for Windows
158 LIBRARY DESTINATION share/orthanc/plugins # Destination for Linux 158 LIBRARY DESTINATION share/orthanc/plugins # Destination for Linux
159 ) 159 )
160 160
161 add_executable(UnitTests 161 add_executable(UnitTests
162 ${AUTOGENERATED_SOURCES}
162 ${CORE_SOURCES} 163 ${CORE_SOURCES}
163 ${GOOGLE_TEST_SOURCES} 164 ${GOOGLE_TEST_SOURCES}
164 UnitTestsSources/UnitTestsMain.cpp 165 UnitTestsSources/UnitTestsMain.cpp
165 ) 166 )
166 167