Skip to content

Commit

Permalink
Add find_package call for stb
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-johansson committed Jul 16, 2024
1 parent b40f6ea commit f987f7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/null_renderer/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
project(tactile-null-renderer CXX)

find_package(Stb REQUIRED)

add_subdirectory("lib")

0 comments on commit f987f7d

Please sign in to comment.