X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=radiant%2FCMakeLists.txt;h=93fedea428a461f615136ae3964c7d2e9e5f0238;hb=d052c83e50a258421e1f51ac99b135b403c18989;hp=6fcb36809d27fa167e98fa8a4661672d42f47e66;hpb=7f395ee920ea60ff60e0ab26b11f73cd28aca265;p=xonotic%2Fnetradiant.git diff --git a/radiant/CMakeLists.txt b/radiant/CMakeLists.txt index 6fcb3680..93fedea4 100644 --- a/radiant/CMakeLists.txt +++ b/radiant/CMakeLists.txt @@ -90,6 +90,7 @@ set(RADIANTLIST xmlstuff.cpp xmlstuff.h xywindow.cpp xywindow.h ) + if (WIN32) list(APPEND RADIANTLIST multimon.cpp multimon.h) endif () @@ -126,6 +127,7 @@ target_link_libraries(${RADIANT_BASENAME} uilib xmllib ) + if (X11_LIBRARIES) target_link_libraries(${RADIANT_BASENAME} ${X11_LIBRARIES}) endif ()