hlgl-cpp/CMakeLists.txt

4 lines
85 B
CMake
Raw Permalink Normal View History

2024-11-27 03:25:50 -07:00
cmake_minimum_required(VERSION 3.30)
project(hlgl)
add_executable(hlgl src/main.cpp)