fix library name
This commit is contained in:
parent
876c8468df
commit
23708b0f1e
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ set(CORE_SOURCES
|
||||||
)
|
)
|
||||||
|
|
||||||
add_library(core STATIC ${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)
|
if (WIN32)
|
||||||
target_link_libraries(core bcrypt)
|
target_link_libraries(core bcrypt)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue