mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-14 08:15:47 -04:00
CMake: Build system support for FreeBSD
This commit is contained in:
@ -25,7 +25,7 @@ elseif(APPLE)
|
||||
src/connection_unix.cpp
|
||||
src/discord_register_osx.m
|
||||
)
|
||||
elseif(CMAKE_SYSTEM_NAME STREQUAL Linux)
|
||||
elseif(LINUX OR FREEBSD)
|
||||
target_sources(discord-rpc PRIVATE
|
||||
src/connection_unix.cpp
|
||||
src/discord_register_linux.cpp
|
||||
|
Reference in New Issue
Block a user