We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ce185d commit 83cf8b6Copy full SHA for 83cf8b6
CMakeLists.txt
@@ -29,6 +29,10 @@ endif()
29
if( ${TARGET_OS} STREQUAL "Linux" )
30
set(OS "LINUX")
31
set(OSNAME "Linux")
32
+elseif ( ${TARGET_OS} STREQUAL "Windows")
33
+ set(OS "WIN")
34
+ set(OSNAME "Windows")
35
+ add_definitions(-DWIN32 -DWIN64 -DWINNT)
36
else()
37
message("Unsupported OS: ${TARGET_OS}" )
38
return()
0 commit comments