2018-10-18 05:36:56 +08:00
|
|
|
include(QtUtils)
|
|
|
|
msvc_registry_search()
|
|
|
|
find_qt5(Core Widgets)
|
|
|
|
|
2018-08-19 12:13:19 +08:00
|
|
|
cmake_policy(SET CMP0037 OLD)
|
2018-08-20 03:26:50 +08:00
|
|
|
|
2018-10-12 02:29:11 +08:00
|
|
|
add_library(256_Remove\ Repetition SHARED removerepeat.cpp extensionimpl.cpp)
|
|
|
|
add_library(512_Copy\ to\ Clipboard SHARED copyclipboard.cpp extensionimpl.cpp)
|
2018-10-18 05:36:56 +08:00
|
|
|
add_library(1024_Bing\ Translate SHARED bingtranslate.cpp extensionimpl.cpp)
|
2018-10-12 02:29:11 +08:00
|
|
|
add_library(2048_Extra\ Newlines SHARED extranewlines.cpp extensionimpl.cpp)
|
2018-08-20 03:26:50 +08:00
|
|
|
|
2018-10-18 05:36:56 +08:00
|
|
|
target_link_libraries(1024_Bing\ Translate winhttp.lib Qt5::Widgets)
|