2018-08-19 00:13:19 -04:00
|
|
|
cmake_policy(SET CMP0037 OLD)
|
2018-08-19 15:26:50 -04:00
|
|
|
|
2018-10-11 14:29:11 -04:00
|
|
|
add_library(256_Remove\ Repetition SHARED removerepeat.cpp extensionimpl.cpp)
|
|
|
|
add_library(512_Copy\ to\ Clipboard SHARED copyclipboard.cpp extensionimpl.cpp)
|
|
|
|
add_library(1024_Google\ Translate SHARED googletranslate.cpp extensionimpl.cpp)
|
|
|
|
add_library(2048_Extra\ Newlines SHARED extranewlines.cpp extensionimpl.cpp)
|
2018-08-19 15:26:50 -04:00
|
|
|
|
2018-10-09 17:43:52 -04:00
|
|
|
target_link_libraries(1024_Google\ Translate winhttp.lib)
|