Textractor_test/extensions/CMakeLists.txt

8 lines
320 B
CMake
Raw Normal View History

cmake_policy(SET CMP0037 OLD)
2018-08-20 03:26:50 +08:00
2018-08-26 05:08:45 +08:00
add_library(1_Remove\ Repetition SHARED removerepeat.cpp)
add_library(2_Copy\ to\ Clipboard SHARED copyclipboard.cpp)
add_library(3_Google\ Translate SHARED googletranslate.cpp)
add_library(4_Extra\ Newlines SHARED extranewlines.cpp)
2018-08-20 03:26:50 +08:00
2018-08-26 05:08:45 +08:00
target_link_libraries(3_Google\ Translate winhttp.lib)