mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-02 05:46:22 +01:00
make CMake files style (more) consistent
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
add_executable(ActiveMethod src/ActiveMethod.cpp)
|
||||
target_link_libraries(ActiveMethod PUBLIC Poco::Foundation )
|
||||
target_link_libraries(ActiveMethod PUBLIC Poco::Foundation)
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
add_executable(Activity src/Activity.cpp)
|
||||
target_link_libraries(Activity PUBLIC Poco::Foundation )
|
||||
target_link_libraries(Activity PUBLIC Poco::Foundation)
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
add_executable(BinaryReaderWriter src/BinaryReaderWriter.cpp)
|
||||
target_link_libraries(BinaryReaderWriter PUBLIC Poco::Foundation )
|
||||
target_link_libraries(BinaryReaderWriter PUBLIC Poco::Foundation)
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
add_executable(LineEndingConverter src/LineEndingConverter.cpp)
|
||||
target_link_libraries(LineEndingConverter PUBLIC Poco::Foundation )
|
||||
target_link_libraries(LineEndingConverter PUBLIC Poco::Foundation)
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
add_executable(LogRotation src/LogRotation.cpp)
|
||||
target_link_libraries(LogRotation PUBLIC Poco::Foundation )
|
||||
target_link_libraries(LogRotation PUBLIC Poco::Foundation)
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
add_executable(Logger src/Logger.cpp)
|
||||
target_link_libraries(Logger PUBLIC Poco::Foundation )
|
||||
target_link_libraries(Logger PUBLIC Poco::Foundation)
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
add_executable(NotificationQueue src/NotificationQueue.cpp)
|
||||
target_link_libraries(NotificationQueue PUBLIC Poco::Foundation )
|
||||
target_link_libraries(NotificationQueue PUBLIC Poco::Foundation)
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
add_executable(Timer src/Timer.cpp)
|
||||
target_link_libraries(Timer PUBLIC Poco::Foundation )
|
||||
target_link_libraries(Timer PUBLIC Poco::Foundation)
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
add_executable(URI src/URI.cpp)
|
||||
target_link_libraries(URI PUBLIC Poco::Foundation )
|
||||
target_link_libraries(URI PUBLIC Poco::Foundation)
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
add_executable(base64decode src/base64decode.cpp)
|
||||
target_link_libraries(base64decode PUBLIC Poco::Foundation )
|
||||
target_link_libraries(base64decode PUBLIC Poco::Foundation)
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
add_executable(base64encode src/base64encode.cpp)
|
||||
target_link_libraries(base64encode PUBLIC Poco::Foundation )
|
||||
target_link_libraries(base64encode PUBLIC Poco::Foundation)
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
add_executable(deflate src/deflate.cpp)
|
||||
target_link_libraries(deflate PUBLIC Poco::Foundation )
|
||||
target_link_libraries(deflate PUBLIC Poco::Foundation)
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
add_executable(dir src/dir.cpp)
|
||||
target_link_libraries(dir PUBLIC Poco::Foundation )
|
||||
target_link_libraries(dir PUBLIC Poco::Foundation)
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
add_executable(grep src/grep.cpp)
|
||||
target_link_libraries(grep PUBLIC Poco::Foundation )
|
||||
target_link_libraries(grep PUBLIC Poco::Foundation)
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
add_executable(hmacmd5 src/hmacmd5.cpp)
|
||||
target_link_libraries(hmacmd5 PUBLIC Poco::Foundation )
|
||||
target_link_libraries(hmacmd5 PUBLIC Poco::Foundation)
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
add_executable(inflate src/inflate.cpp)
|
||||
target_link_libraries(inflate PUBLIC Poco::Foundation )
|
||||
target_link_libraries(inflate PUBLIC Poco::Foundation)
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
add_executable(md5 src/md5.cpp)
|
||||
target_link_libraries(md5 PUBLIC Poco::Foundation )
|
||||
target_link_libraries(md5 PUBLIC Poco::Foundation)
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
add_executable(uuidgen src/uuidgen.cpp)
|
||||
target_link_libraries(uuidgen PUBLIC Poco::Foundation )
|
||||
target_link_libraries(uuidgen PUBLIC Poco::Foundation)
|
||||
|
||||
Reference in New Issue
Block a user