diff options
Diffstat (limited to 'protocols/IcqOscarJ')
-rw-r--r-- | protocols/IcqOscarJ/CMakeLists.txt | 5 | ||||
-rw-r--r-- | protocols/IcqOscarJ/icq_xstatus/CMakeLists.txt | 2 | ||||
-rw-r--r-- | protocols/IcqOscarJ/proto_icq/CMakeLists.txt | 2 |
3 files changed, 9 insertions, 0 deletions
diff --git a/protocols/IcqOscarJ/CMakeLists.txt b/protocols/IcqOscarJ/CMakeLists.txt new file mode 100644 index 0000000000..f5c241229b --- /dev/null +++ b/protocols/IcqOscarJ/CMakeLists.txt @@ -0,0 +1,5 @@ +file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc") +set(TARGET ICQ) +include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake) +add_subdirectory(proto_icq) +add_subdirectory(icq_xstatus)
\ No newline at end of file diff --git a/protocols/IcqOscarJ/icq_xstatus/CMakeLists.txt b/protocols/IcqOscarJ/icq_xstatus/CMakeLists.txt new file mode 100644 index 0000000000..388679a148 --- /dev/null +++ b/protocols/IcqOscarJ/icq_xstatus/CMakeLists.txt @@ -0,0 +1,2 @@ +set(TARGET xStatus_ICQ) +include(${CMAKE_SOURCE_DIR}/cmake/icons.cmake)
\ No newline at end of file diff --git a/protocols/IcqOscarJ/proto_icq/CMakeLists.txt b/protocols/IcqOscarJ/proto_icq/CMakeLists.txt new file mode 100644 index 0000000000..596ac21624 --- /dev/null +++ b/protocols/IcqOscarJ/proto_icq/CMakeLists.txt @@ -0,0 +1,2 @@ +set(TARGET Proto_ICQ) +include(${CMAKE_SOURCE_DIR}/cmake/icons.cmake)
\ No newline at end of file |