leave room for more extensions
This commit is contained in:
parent
39a0161989
commit
1325d41e35
@ -1,8 +1,8 @@
|
||||
cmake_policy(SET CMP0037 OLD)
|
||||
|
||||
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)
|
||||
add_library(256_Remove\ Repetition SHARED removerepeat.cpp)
|
||||
add_library(512_Copy\ to\ Clipboard SHARED copyclipboard.cpp)
|
||||
add_library(1024_Google\ Translate SHARED googletranslate.cpp)
|
||||
add_library(2048_Extra\ Newlines SHARED extranewlines.cpp)
|
||||
|
||||
target_link_libraries(3_Google\ Translate winhttp.lib)
|
||||
target_link_libraries(1024_Google\ Translate winhttp.lib)
|
Loading…
Reference in New Issue
Block a user