mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-07-31 14:12:02 +08: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 ) |