Add cmake file for cross compiling using DJGPP.

This commit is contained in:
2021-03-09 19:35:16 +00:00
parent 7f7555d3e3
commit 9ce05e8aaf
5 changed files with 62 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
if(NOT "${CMAKE_SYSTEM_NAME}" MATCHES "Linux")
if(NOT ${CMAKE_SYSTEM_NAME} MATCHES "Linux")
return()
endif()