4 lines
85 B
CMake
4 lines
85 B
CMake
|
cmake_minimum_required(VERSION 3.30)
|
||
|
project(hlgl)
|
||
|
|
||
|
add_executable(hlgl src/main.cpp)
|