SFML game framework case learning
- Dependency
- C++14
- SFML
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=TRUE .. && make -j4
CMAKE_EXPORT_COMPILE_COMMANDSoption for generatingcompile_commands.jsonfor setting up Sourcetrail project to trace code.