Mercurial > hg > orthanc
comparison Resources/CMake/MongooseConfiguration.cmake @ 1414:0a67a502c90f
fixes
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 03 Jun 2015 21:14:05 +0200 |
parents | afaa55d42ddd |
children | 728c22ade2e2 |
comparison
equal
deleted
inserted
replaced
1413:98fa856b4f8f | 1414:0a67a502c90f |
---|---|
30 | 30 |
31 include_directories( | 31 include_directories( |
32 ${MONGOOSE_SOURCES_DIR} | 32 ${MONGOOSE_SOURCES_DIR} |
33 ) | 33 ) |
34 | 34 |
35 list(APPEND THIRD_PARTY_SOURCES | 35 set(MONGOOSE_SOURCES |
36 ${MONGOOSE_SOURCES_DIR}/mongoose.c | 36 ${MONGOOSE_SOURCES_DIR}/mongoose.c |
37 ) | 37 ) |
38 | 38 |
39 | 39 |
40 if (${ENABLE_SSL}) | 40 if (${ENABLE_SSL}) |