Need to use list( APPEND ... to append to a list.

master
Nicky 2022-04-18 03:42:26 +02:00
parent 5aa81b1659
commit 98ef249470
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ set(llwindow_LINK_LIBRARIES
# Libraries on which this library depends, needed for Linux builds
# Sort by high-level to low-level
if (LINUX)
set(llwindow_LINK_LIBRARIES APPEND
list( APPEND llwindow_LINK_LIBRARIES
ll::uilibraries
ll::sdl
ll::fontconfig # For FCInit and other FC* functions.