Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
r41k0u authored Dec 10, 2023
1 parent 4c59942 commit 3a5f1ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ target_link_libraries(${PROJECT_NAME} ${SDL2_LIBRARIES};${SDL2_ttf_LIBRARIES})

set(SDL2_INCLUDE_DIRS "${CMAKE_CURRENT_LIST_DIR}/include")
set(SDL2_ttf_INCLUDE_DIRS "${CMAKE_CURRENT_LIST_DIR}/../include")
set(SDL2_ttf_DIR "${CMAKE_CURRENT_LIST_DIR}/../cmake")

0 comments on commit 3a5f1ea

Please sign in to comment.