minor cleanup of cmakelists

This commit is contained in:
Bryn Lloyd
2023-06-21 18:26:43 +02:00
parent 7a570c88d9
commit 85b4322ade
2 changed files with 15 additions and 7 deletions

View File

@@ -0,0 +1,5 @@
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 )