summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2020-10-12 18:17:53 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2020-10-12 18:17:53 -0400
commitf5ae8c3d3fd4c6b928da6c7c3c785525fc60b7b4 (patch)
treeecc57ee465504d787fd368c634a31ba8fae7f928 /CMakeLists.txt
parentd48fe29da9d8a19cec982be5a8ea50589fb92c87 (diff)
downloadabaddon-portaudio-f5ae8c3d3fd4c6b928da6c7c3c785525fc60b7b4.tar.gz
abaddon-portaudio-f5ae8c3d3fd4c6b928da6c7c3c785525fc60b7b4.zip
add kick/ban
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cae1e97..5cc3543 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,6 +7,8 @@ set(CMAKE_CXX_STANDARD 17)
option(USE_PKGCONFIG "Use pkg-config" OFF)
option(DISABLE_MBEDTLS "Disable mbedtls" OFF)
+add_compile_definitions(NOMINMAX)
+
if(NOT USE_PKGCONFIG)
find_path(GTKMM_INCLUDE_DIRS gtkmm.h REQUIRED)
find_library(GTKMM_LIBRARY gtkmm)