mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-22 15:31:50 +00:00
lung.
This commit is contained in:
parent
e9406cd870
commit
bb0633fbde
@ -21,7 +21,7 @@ if ("${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang")
|
||||
|
||||
elseif ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
|
||||
|
||||
add_compile_options(-g -Wall -Wno-unknown-pragmas)
|
||||
add_compile_options(-g -Wall -Wno-unknown-pragmas -Wno-multichar)
|
||||
|
||||
elseif ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC")
|
||||
|
||||
|
@ -33,6 +33,9 @@
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <strings.h>
|
||||
#include <stdlib.h>
|
||||
#include <strings.h>
|
||||
|
||||
|
||||
using namespace MacOS;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user