|
|
@@ -9,10 +9,10 @@ set(serverapp_HEADERS
|
|
|
|
|
|
assign_source_group(${serverapp_SRCS} ${serverapp_HEADERS})
|
|
|
add_executable(vcmiserver ${serverapp_SRCS} ${serverapp_HEADERS})
|
|
|
-set(serverapp_LIBS vcmi)
|
|
|
|
|
|
+set(serverapp_LIBS vcmi)
|
|
|
if(CMAKE_SYSTEM_NAME MATCHES FreeBSD OR HAIKU)
|
|
|
- set(serverapp_LIBS execinfo ${serverapp_LIBS})
|
|
|
+ list(APPEND serverapp_LIBS execinfo)
|
|
|
endif()
|
|
|
target_link_libraries(vcmiserver PRIVATE ${serverapp_LIBS} minizip::minizip vcmiservercommon)
|
|
|
|