Commit 6ace7bfc authored by Otavio Rodolfo Piske's avatar Otavio Rodolfo Piske

Added Windows-specific defitions taken from the Solution files

Signed-off-by: 's avatarOtavio Rodolfo Piske <opiske@redhat.com>
parent 7e20945c
......@@ -36,6 +36,9 @@ IF(CMAKE_SYSTEM_NAME MATCHES "Linux")
SET(PAHO_LIBRARY_DIR_NAME "lib64")
ENDIF()
ENDIF()
ELSEIF (CMAKE_SYSTEM_NAME MATCHES "Windows")
# Both were taken from the VS solution files
ADD_DEFINITIONS(-DWIN32_LEAN_AND_MEAN -D_WINDOWS )
ENDIF()
## build options
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment