dont forget the libraries :)
Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
parent
b0e62de465
commit
adfe8064d2
1 changed files with 3 additions and 0 deletions
|
|
@ -747,6 +747,9 @@ elseif (WIN32)
|
||||||
# PSAPI is the Process Status API
|
# PSAPI is the Process Status API
|
||||||
set(PLATFORM_LIBRARIES ${PLATFORM_LIBRARIES} psapi imm32 version)
|
set(PLATFORM_LIBRARIES ${PLATFORM_LIBRARIES} psapi imm32 version)
|
||||||
endif()
|
endif()
|
||||||
|
elseif (PLATFORM_HAIKU)
|
||||||
|
# Haiku is so special :)
|
||||||
|
set(PLATFORM_LIBRARIES bsd network)
|
||||||
elseif (CMAKE_SYSTEM_NAME MATCHES "^(Linux|kFreeBSD|GNU|SunOS)$")
|
elseif (CMAKE_SYSTEM_NAME MATCHES "^(Linux|kFreeBSD|GNU|SunOS)$")
|
||||||
set(PLATFORM_LIBRARIES rt)
|
set(PLATFORM_LIBRARIES rt)
|
||||||
endif()
|
endif()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue