mirror of
https://github.com/RetroShare/RetroShare.git
synced 2026-09-12 19:50:17 +05:00
8 lines
142 B
CMake
8 lines
142 B
CMake
# plugins/CMakeLists.txt
|
|
cmake_minimum_required(VERSION 3.18)
|
|
|
|
if(RS_GUI)
|
|
add_subdirectory(FeedReader)
|
|
add_subdirectory(VOIP)
|
|
endif()
|