Mercurial > hg > orthanc
comparison Resources/CMake/BoostConfiguration.cmake @ 2113:0108ac01fc8e
added source_group directives for MSVC
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 27 Oct 2016 11:43:28 +0200 |
parents | 272094362301 |
children | fd5875662670 |
comparison
equal
deleted
inserted
replaced
2112:82461d1e8e17 | 2113:0108ac01fc8e |
---|---|
208 | 208 |
209 include_directories( | 209 include_directories( |
210 ${BOOST_SOURCES_DIR} | 210 ${BOOST_SOURCES_DIR} |
211 ) | 211 ) |
212 | 212 |
213 source_group(ThirdParty\\Boost REGULAR_EXPRESSION ${BOOST_SOURCES_DIR}/.*) | 213 source_group(ThirdParty\\boost REGULAR_EXPRESSION ${BOOST_SOURCES_DIR}/.*) |
214 | |
214 else() | 215 else() |
215 add_definitions( | 216 add_definitions( |
216 -DBOOST_HAS_LOCALE=1 | 217 -DBOOST_HAS_LOCALE=1 |
217 ) | 218 ) |
218 endif() | 219 endif() |