rendering different colors worksgit add .!

This commit is contained in:
2025-02-10 22:55:43 -08:00
parent 587d52aab3
commit 794a0e372c
4 changed files with 49 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
set( CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT_SOURCE_DIR}/bin/tests)
project(render_test)
set( CMAKE_CXX_STANDARD 11)
set( CMAKE_CXX_STANDARD_REQUIRED ON)
add_executable(${PROJECT_NAME} main.cpp )
target_link_libraries(${PROJECT_NAME} TartLib)