fix library name

This commit is contained in:
Martin Brodbeck 2018-08-02 13:49:53 +02:00
parent 876c8468df
commit 23708b0f1e
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ set(CORE_SOURCES
)
add_library(core STATIC ${CORE_SOURCES})
target_link_libraries(core Boost::boost Boost::date_time sqlite3 ${XLNT_LIBRARY} ${JSONCPP_LIBRARIES})
target_link_libraries(core Boost::boost Boost::date_time sqlite3 ${XLNT_LIBRARY} ${JSONCPP_LIBRARY})
if (WIN32)
target_link_libraries(core bcrypt)
endif()