4 lines
91 B
CMake
4 lines
91 B
CMake
|
cmake_minimum_required(VERSION 3.15)
|
||
|
|
||
|
file(COPY . DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
|