diff options
| author | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-06 01:43:43 -0600 |
|---|---|---|
| committer | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-28 11:05:42 -0600 |
| commit | f5110f758e8f8258ed0857a7ad73f072898719b4 (patch) | |
| tree | 841cc933535f9830464890d340406e8c0d7972e1 | |
| parent | 0064eb692f2f544ffba47cc4323c23341196605e (diff) | |
Add DISCORD compile definition
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 22ff49d7..77347f28 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,6 +26,7 @@ find_package(Qt5 COMPONENTS Core Gui Network Widgets REQUIRED) target_link_directories(Attorney_Online PRIVATE lib) target_link_libraries(Attorney_Online PRIVATE Qt5::Core Qt5::Gui Qt5::Network Qt5::Widgets bass bassopus discord-rpc) +target_compile_definitions(Attorney_Online PRIVATE DISCORD) # Subdirectories add_subdirectory(test) |
