X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=radiant%2FCMakeLists.txt;h=93fedea428a461f615136ae3964c7d2e9e5f0238;hb=9d15e09a661e66587903a68304e5df65dd1f4ca3;hp=05d79830fe4fa2b56bdcadedc996d9ed325cffc9;hpb=2057690056f78aeb91f5d70ce9f917bf6845aa6e;p=xonotic%2Fnetradiant.git diff --git a/radiant/CMakeLists.txt b/radiant/CMakeLists.txt index 05d79830..93fedea4 100644 --- a/radiant/CMakeLists.txt +++ b/radiant/CMakeLists.txt @@ -90,13 +90,14 @@ set(RADIANTLIST xmlstuff.cpp xmlstuff.h xywindow.cpp xywindow.h ) + if (WIN32) list(APPEND RADIANTLIST multimon.cpp multimon.h) -endif() +endif () -radiant_tool(radiant WIN32 radiant.rc ${RADIANTLIST}) -add_dependencies(radiant modules) -target_link_libraries(radiant +radiant_tool(${RADIANT_BASENAME} WIN32 radiant.rc ${RADIANTLIST}) +add_dependencies(${RADIANT_BASENAME} modules) +target_link_libraries(${RADIANT_BASENAME} ${CMAKE_DL_LIBS} ${LIBXML2_LIBRARIES} ${OPENGL_gl_LIBRARY} @@ -126,8 +127,9 @@ target_link_libraries(radiant uilib xmllib ) + if (X11_LIBRARIES) - target_link_libraries(radiant ${X11_LIBRARIES}) + target_link_libraries(${RADIANT_BASENAME} ${X11_LIBRARIES}) endif () -copy_dlls(radiant) +copy_dlls(${RADIANT_BASENAME})