Constantine Gamora
Results
1
issues of
Constantine Gamora
Add the ability to include and build the project as a dependency using CMake Example project that uses this library with CMake: `./CMakeLists.txt` ``` cmake_minimum_required(VERSION 3.10) project(dymmy-proj) add_subdirectory(contrib) add_executable(dummy src/main.cpp...