Skip to content

Commit

Permalink
win cmake path
Browse files Browse the repository at this point in the history
  • Loading branch information
benapetr committed Apr 10, 2015
1 parent f8946d9 commit 0b4764d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions huggle/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,18 @@ option(PYTHON_BUILD "Build huggle with python" FALSE)
option(QT5_BUILD "Build huggle using the Qt5 framework" FALSE)
option(HUGGLE_EXT "Build huggle extensions" FALSE)
if (HUGGLE_EXT)
if(WIN32)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY_RELEASE ${CMAKE_CURRENT_BINARY_DIR}/Release/extensions)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY_DEBUG ${CMAKE_CURRENT_BINARY_DIR}/Debug/extensions)
endif()
add_subdirectory(extension_list/extension-thanks/)
add_subdirectory(extension_list/enwiki/)
add_subdirectory(extension_list/mass-delivery/)
add_subdirectory(extension_list/extension-splitter-helper/)
if(WIN32)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY_DEBUG)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY_RELEASE)
endif()
endif()
SET(QT_USE_QTNETWORK TRUE)
SET(QT_USE_QTXML TRUE)
Expand Down

0 comments on commit 0b4764d

Please sign in to comment.