Skip to content

Commit

Permalink
Remove unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kraxarn committed Jun 14, 2024
1 parent e5e03e9 commit f2a2b0f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,3 @@ else ()
endif ()

target_link_libraries(${PROJECT_NAME} PRIVATE chirp)

# Raylib
# (built together with chirp, but we still need the headers for now)
target_include_directories(${PROJECT_NAME} PRIVATE
"${raylib_SOURCE_DIR}")

0 comments on commit f2a2b0f

Please sign in to comment.