snaik_GL/CMakeLists.txt
2023-10-28 10:30:28 +03:00

7 lines
129 B
CMake

cmake_minimum_required(VERSION 3.0)
project(test)
add_executable(test main.cpp)
install(TARGETS test RUNTIME DESTINATION bin)