Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed Dec 15, 2023
1 parent 4e98ee9 commit 8e92872
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ if (${XTD_NATIVE_OPERATING_SYSTEM} STREQUAL "Android")
#set(XTD_CORE_NATIVE_LIBRARY xtd.core.native.android)
message(FATAL_ERROR "Not yet implemented!")
elseif (${XTD_NATIVE_OPERATING_SYSTEM} STREQUAL "CLANG" OR ${XTD_NATIVE_OPERATING_SYSTEM} STREQUAL "CLANGARM" OR ${XTD_NATIVE_OPERATING_SYSTEM} STREQUAL "MINGW" OR ${XTD_NATIVE_OPERATING_SYSTEM} STREQUAL "MSYS" OR ${XTD_NATIVE_OPERATING_SYSTEM} STREQUAL "UCRT")
set(XTD_CORE_NATIVE_LIBRARY xtd.core.native.posix)
add_definitions(-D__MSYS__)
set(XTD_CORE_NATIVE_LIBRARY xtd.core.native.win32)
set(XTD_CORE_NATIVE_3RDPARTY_LIBRARIES xtd.3rdparty.StackWalker)
elseif (${XTD_NATIVE_OPERATING_SYSTEM} STREQUAL "iOS")
#set(XTD_CORE_NATIVE_LIBRARY xtd.core.native.ios)
message(FATAL_ERROR "Not yet implemented!")
Expand Down

0 comments on commit 8e92872

Please sign in to comment.