mirror of
https://github.com/aap/librw.git
synced 2026-04-20 13:33:05 +01:00
Add Nintendo Switch support through CMake
This commit is contained in:
@@ -100,6 +100,8 @@ if(LIBRW_INSTALL)
|
||||
set(os "-apple")
|
||||
elseif(UNIX)
|
||||
set(os "-linux")
|
||||
elseif(NINTENDO_SWITCH)
|
||||
set(os "-switch")
|
||||
else()
|
||||
set(compiler "-UNK")
|
||||
message(WARNING "Unknown os. Created cpack package will be wrong. (override using cpack -P)")
|
||||
|
||||
Reference in New Issue
Block a user