diff options
Diffstat (limited to 'externals')
| -rw-r--r-- | externals/CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt index c6b175147..6a573881d 100644 --- a/externals/CMakeLists.txt +++ b/externals/CMakeLists.txt | |||
| @@ -73,7 +73,7 @@ endif() | |||
| 73 | 73 | ||
| 74 | # DiscordRPC | 74 | # DiscordRPC |
| 75 | if (USE_DISCORD_PRESENCE) | 75 | if (USE_DISCORD_PRESENCE) |
| 76 | add_subdirectory(discord-rpc) | 76 | add_subdirectory(discord-rpc EXCLUDE_FROM_ALL) |
| 77 | target_include_directories(discord-rpc INTERFACE ./discord-rpc/include) | 77 | target_include_directories(discord-rpc INTERFACE ./discord-rpc/include) |
| 78 | endif() | 78 | endif() |
| 79 | 79 | ||
| @@ -81,11 +81,11 @@ if (ENABLE_WEB_SERVICE) | |||
| 81 | # LibreSSL | 81 | # LibreSSL |
| 82 | set(LIBRESSL_SKIP_INSTALL ON CACHE BOOL "") | 82 | set(LIBRESSL_SKIP_INSTALL ON CACHE BOOL "") |
| 83 | add_definitions(-DHAVE_INET_NTOP) | 83 | add_definitions(-DHAVE_INET_NTOP) |
| 84 | add_subdirectory(libressl) | 84 | add_subdirectory(libressl EXCLUDE_FROM_ALL) |
| 85 | target_include_directories(ssl INTERFACE ./libressl/include) | 85 | target_include_directories(ssl INTERFACE ./libressl/include) |
| 86 | 86 | ||
| 87 | # lurlparser | 87 | # lurlparser |
| 88 | add_subdirectory(lurlparser) | 88 | add_subdirectory(lurlparser EXCLUDE_FROM_ALL) |
| 89 | 89 | ||
| 90 | # httplib | 90 | # httplib |
| 91 | add_library(httplib INTERFACE) | 91 | add_library(httplib INTERFACE) |
| @@ -94,4 +94,4 @@ if (ENABLE_WEB_SERVICE) | |||
| 94 | # JSON | 94 | # JSON |
| 95 | add_library(json-headers INTERFACE) | 95 | add_library(json-headers INTERFACE) |
| 96 | target_include_directories(json-headers INTERFACE ./json) | 96 | target_include_directories(json-headers INTERFACE ./json) |
| 97 | endif() \ No newline at end of file | 97 | endif() |