mirror of
https://github.com/darlinghq/darling-iokitd.git
synced 2024-11-23 04:29:40 +00:00
Clean up build output
This commit is contained in:
parent
7024effe77
commit
733b7e9a54
@ -1,12 +1,11 @@
|
||||
project(iokitd)
|
||||
|
||||
add_compile_options(
|
||||
-nostdinc
|
||||
-nostdinc++
|
||||
-Wno-gcc-compat
|
||||
)
|
||||
|
||||
add_definitions(-DIOKIT=1 -DIOKIT_ALL_IPC=1 -DIOKIT_SERVER_VERSION=20150101)
|
||||
add_definitions(-nostdinc -nostdinc++)
|
||||
|
||||
find_package(X11 REQUIRED)
|
||||
if (NOT X11_Xrandr_FOUND)
|
||||
|
Loading…
Reference in New Issue
Block a user