comparison CMakeLists.txt @ 2393:807ddffc0eeb

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 30 Aug 2017 13:27:05 +0200
parents a88c3ea0c96d
children 7f9a78f7b5a7
comparison
equal deleted inserted replaced
2392:a88c3ea0c96d 2393:807ddffc0eeb
291 STATIC 291 STATIC
292 ${ORTHANC_SERVER_PCH} 292 ${ORTHANC_SERVER_PCH}
293 ${ORTHANC_SERVER_SOURCES} 293 ${ORTHANC_SERVER_SOURCES}
294 ) 294 )
295 295
296 # Ensure autogenerated code is built before building ServerLibrary
297 add_dependencies(ServerLibrary CoreLibrary)
298
296 add_executable(Orthanc 299 add_executable(Orthanc
297 OrthancServer/main.cpp 300 OrthancServer/main.cpp
298 ${ORTHANC_RESOURCES} 301 ${ORTHANC_RESOURCES}
299 ) 302 )
300 303