mirror of
https://github.com/syoyo/tinygltf.git
synced 2026-06-08 11:13:50 +00:00
5 lines
206 B
CMake
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 ) |