Skip to content

Commit

Permalink
Update MakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Autodidac authored Aug 28, 2024
1 parent b3b7155 commit 72b943f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

# Add include directories
include_directories(include third_party)
include_directories(include dep)

# Create executable for the demo application
add_executable(GltfDemo src/main.cpp)
Expand Down

0 comments on commit 72b943f

Please sign in to comment.