tinygltf/examples/build-gltf/CMakeLists.txt
2023-06-21 18:26:43 +02:00

5 lines
206 B
CMake

include_directories(${CMAKE_SOURCE_DIR})
add_executable(create_triangle_gltf create_triangle_gltf.cpp)
target_compile_options(create_triangle_gltf PUBLIC -Wall)
target_link_libraries(create_triangle_gltf )