Z-Sharp/Slang/CMakeLists.txt

7 lines
130 B
CMake

cmake_minimum_required(VERSION 3.21.4)
# set the project name
project(Slang)
# add the executable
add_executable(Slang Main.cpp)