4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-10 09:49:33 +00:00

changed plugins directory in build tree

This commit is contained in:
Ivan Romanov 2013-10-02 23:21:43 +06:00
parent cb46853ffd
commit 1b3249c6e2

@ -1,6 +1,6 @@
INCLUDE(CheckTypeSize)
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib/plugins/crypto")
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib/${QCA_LIB_NAME}/crypto")
FIND_PACKAGE(OpenSSL)
FIND_PACKAGE(Sasl2)