mirror of
https://github.com/luzhisheng/js_reverse.git
synced 2025-04-19 02:39:42 +08:00
3 lines
111 B
CMake
3 lines
111 B
CMake
cmake_minimum_required(VERSION 3.2)
|
|
project(test)
|
|
add_executable(app add.cpp div.cpp mult.cpp main.cpp sub.cpp) |