initial commit-moved from vulkan_guide
This commit is contained in:
6
third_party/fastgltf/examples/gl_viewer/CMakeLists.txt
vendored
Normal file
6
third_party/fastgltf/examples/gl_viewer/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
add_executable(fastgltf_gl_viewer EXCLUDE_FROM_ALL)
|
||||
target_compile_features(fastgltf_gl_viewer PUBLIC cxx_std_17)
|
||||
target_link_libraries(fastgltf_gl_viewer PRIVATE fastgltf fg_glad_gl46)
|
||||
target_link_libraries(fastgltf_gl_viewer PRIVATE glfw::glfw glm::glm stb)
|
||||
|
||||
fastgltf_add_source_directory(TARGET fastgltf_gl_viewer FOLDER ".")
|
||||
Reference in New Issue
Block a user