study/CMakeLists.txt

8 lines
122 B
CMake
Raw Normal View History

2023-10-22 13:23:42 +08:00
cmake_minimum_required(VERSION 3.0)
project(study_cpp LANGUAGES C)
2023-12-03 13:37:42 +08:00
2023-10-22 13:23:42 +08:00
install(TARGETS study_cpp RUNTIME DESTINATION bin)