diff options
Diffstat (limited to 'protocols/ICQCorp/CMakeLists.txt')
| -rw-r--r-- | protocols/ICQCorp/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/ICQCorp/CMakeLists.txt b/protocols/ICQCorp/CMakeLists.txt index 9e3d58ba26..d18898a34e 100644 --- a/protocols/ICQCorp/CMakeLists.txt +++ b/protocols/ICQCorp/CMakeLists.txt @@ -12,4 +12,5 @@ file(GLOB SOURCES "src/*.h" "res/*.rc" "src/user.cpp" ) set(TARGET ICQCorp) -include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake)
\ No newline at end of file +include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake) +add_subdirectory(proto_icq) |
