Partily working (before transparaent)

This commit is contained in:
2024-12-18 10:46:56 +01:00
parent 78a38ec5dc
commit 8a19a2afa1
8 changed files with 169038 additions and 41 deletions

View File

@@ -19,6 +19,9 @@ set(SOURCES
# Create the executable
add_executable(${PROJECT_NAME} ${SOURCES})
include(../LinkTinyObjLoader.cmake)
LinkTinyObjLoader(${PROJECT_NAME} PUBLIC)
# only needed if header files are not in same directory as source files
# target_include_directories(${PROJECT_NAME} PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})