Mercurial > hg > orthanc-stone
changeset 2:9d25def63301
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 14 Oct 2016 20:41:01 +0200 |
parents | 2dbe613f6c93 |
children | 490347621f42 |
files | CMakeLists.txt |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Fri Oct 14 15:39:01 2016 +0200 +++ b/CMakeLists.txt Fri Oct 14 20:41:01 2016 +0200 @@ -3,7 +3,7 @@ include(Resources/CMake/OrthancStone.cmake) -add_library(OrthancStone ${ORTHANC_STONE_SOURCES}) +add_library(OrthancStone STATIC ${ORTHANC_STONE_SOURCES}) macro(BuildSample Target Sample) add_executable(${Target} Samples/SampleMainSdl.cpp)