comparison MySQL/CMakeLists.txt @ 301:2447c290fc73

added unit test
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 08 Jul 2021 18:28:47 +0200
parents 024ec14b9121
children 11641063ddb2
comparison
equal deleted inserted replaced
300:a116dbdf9118 301:2447c290fc73
138 # introduced on the BuildBot server for LSB Release builds between 138 # introduced on the BuildBot server for LSB Release builds between
139 # "OrthancMySQL-4.0" and "OrthancMySQL-4.1", for unclear 139 # "OrthancMySQL-4.0" and "OrthancMySQL-4.1", for unclear
140 # reasons. Without this option, many symbols are left undefined 140 # reasons. Without this option, many symbols are left undefined
141 # while linking "UnitTests" in release mode. Similar to: 141 # while linking "UnitTests" in release mode. Similar to:
142 # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14001 142 # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14001
143 #
144 # NB: This will be automatically added in Orthanc Framework > 1.9.5
143 target_link_libraries(UnitTests stdc++ m) 145 target_link_libraries(UnitTests stdc++ m)
144 endif() 146 endif()