- cmake
- nlohmann json
- asio
pacman -S cmake nlohmann-json asio
emerge -aq dev-util/cmake dev-cpp/asio dev-cpp/nlohmann_json
mkdir build
cd build
cmake .. -DLOG_DEBUG=ON -DLOG_TRACE=ON
cmake --build .
- Header Comment
- Preprocessor
- boost-asio includes
- nlohmann includes
- lyli-backend includes
- system includes
- namespace
- ...