init: first commit - rendering triangle
This commit is contained in:
9
CMakeLists.txt
Normal file
9
CMakeLists.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
cmake_minimum_required(VERSION 3.15)
|
||||
|
||||
project(SDFVisual VERSION 0.1
|
||||
DESCRIPTION "CPU SDF Renderer"
|
||||
LANGUAGES CXX)
|
||||
set (CMAKE_CXX_STANDARD 20)
|
||||
add_executable(one main.cpp)
|
||||
|
||||
target_link_libraries(one m)
|
||||
Reference in New Issue
Block a user