From 74c5a582b146e62f34b9933530d7cf2c96c026df Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 4 Feb 2013 10:31:21 -0600 Subject: Added MultiMC_LINK_ADDITIONAL_LIBS option to CMakeLists. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0f5bd8ed..570900f7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -151,6 +151,6 @@ QT5_ADD_RESOURCES(MULTIMC_QRC multimc.qrc) add_executable(MultiMC ${MULTIMC_SOURCES} ${MULTIMC_HEADERS} ${MULTIMC_UI} ${MULTIMC_QRC}) qt5_use_modules(MultiMC Widgets) -target_link_libraries(MultiMC quazip patchlib) +target_link_libraries(MultiMC quazip patchlib ${MultiMC_LINK_ADDITIONAL_LIBS}) add_dependencies(MultiMC MultiMCLauncher) install(TARGETS MultiMC RUNTIME DESTINATION bin) -- cgit v1.2.3