2018-08-19 00:13:19 -04:00
|
|
|
cmake_policy(SET CMP0037 OLD)
|
2018-08-19 15:26:50 -04:00
|
|
|
|
2018-08-19 00:13:19 -04:00
|
|
|
add_library(1_Remove\ Repetition_nexthooker_extension SHARED removerepeat.cpp)
|
|
|
|
add_library(2_Copy\ to\ Clipboard_nexthooker_extension SHARED copyclipboard.cpp)
|
2018-08-19 15:26:50 -04:00
|
|
|
add_library(3_Google\ Translate_nexthooker_extension SHARED googletranslate.cpp)
|
|
|
|
add_library(4_Extra\ Newlines_nexthooker_extension SHARED extranewlines.cpp)
|
|
|
|
|
|
|
|
target_link_libraries(3_Google\ Translate_nexthooker_extension winhttp.lib)
|