https://github.com/DamChan0/coding_test_by_CMake
cmake를 활용하여 하위프로젝트들을 추가한 후 원하는 프로젝트만 빌드하여 공부하는 알고리즘이나 기술을 테스트하고 구현하고 디버깅 할수 있도록 구성함
C:. │ .gitignore │ CMakeLists.txt │ README.md │ │ ├─bfs │ cabbage.cpp │ CMakeLists.txt │ mindistanceBfs.cpp │ tomato.cpp │ ├─dfs │ │ cabbage.cpp │ │ CMakeLists.txt │ │ dfsmindiistance.cpp │ │ targetNumber.cpp │ │ │ └─output │ targetNumber │ ├─dp │ │ CMakeLists.txt │ │ N.cpp │ │ │ └─output │ N.exe │ ├─etc │ CMakeLists.txt │ makeBigger.cpp │ ├─greedy │ │ CMakeLists.txt │ │ training_clothes.cpp │ │ │ └─output │ test.exe │ |─hesh │ │ CMakeLists.txt │ │ training_clothes.cpp │ │ │ └─output │ test.exe CMakeLists.txt phoneBook.cpp poketmon.cpp