-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
85 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
cmake_policy(SET CMP0037 OLD) | ||
|
||
add_library(1_Remove\ Repetition_nexthooker_extension SHARED removerepeat.cpp) | ||
add_library(2_Copy\ to\ Clipboard_nexthooker_extension SHARED copyclipboard.cpp) | ||
#add_library("3_Google\ Translate_nexthooker_extension" SHARED googletranslate.cpp) | ||
add_library(4_Extra\ Newlines_nexthooker_extension SHARED extranewlines.cpp) | ||
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters