mirror of
https://github.com/sam-astro/Z-Sharp.git
synced 2025-12-13 09:02:10 +00:00
11 lines
244 B
CMake
11 lines
244 B
CMake
cmake_minimum_required(VERSION 3.10)
|
|
|
|
# set the project name
|
|
project(Slang)
|
|
|
|
# add the executable
|
|
#add_executable(Main.cpp)
|
|
|
|
target_include_directories(Slang PUBLIC
|
|
"${PROJECT_BINARY_DIR}"
|
|
) |