Skip to content

Commit 9d84b58

Browse files
committed
JSON output plugin: move code to src/ directory
1 parent 2f55467 commit 9d84b58

File tree

17 files changed

+15
-15
lines changed

17 files changed

+15
-15
lines changed

src/plugins/output/json/CMakeLists.txt

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# Create a linkable module
22
add_library(json-output MODULE
3-
json.cpp
4-
Config.cpp
5-
Config.hpp
6-
Storage.cpp
7-
Storage.hpp
8-
protocols.hpp
9-
protocols.cpp
10-
Printer.cpp
11-
Printer.hpp
12-
File.cpp
13-
File.hpp
14-
Server.cpp
15-
Server.hpp
16-
Sender.cpp
17-
Server.hpp
3+
src/json.cpp
4+
src/Config.cpp
5+
src/Config.hpp
6+
src/Storage.cpp
7+
src/Storage.hpp
8+
src/protocols.hpp
9+
src/protocols.cpp
10+
src/Printer.cpp
11+
src/Printer.hpp
12+
src/File.cpp
13+
src/File.hpp
14+
src/Server.cpp
15+
src/Server.hpp
16+
src/Sender.cpp
17+
src/Server.hpp
1818
)
1919

2020
install(

0 commit comments

Comments
 (0)