Skip to content
Snippets Groups Projects

Feature tray install

Merged Dmitry Puzyrkov requested to merge feature-tray-install into release-5.3
22 files
+ 70
1740
Compare changes
  • Side-by-side
  • Inline
Files
22
+ 2
0
@@ -4,6 +4,8 @@ include(FetchContent)
project(cellframe-node-config)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
add_executable(${PROJECT_NAME} ./main.cpp
./commands/abstractcommand.cpp
Loading