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 505a707 commit f5c0f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ if (MSVC)
endif ()

message(STATUS "SDL2_LIBRARIES: ${SDL2_LIBRARIES}")
target_link_libraries(${PROJECT_NAME} ${SDL2_LIBRARIES};SDL2::SDL2_ttf)
target_link_libraries(${PROJECT_NAME} ${SDL2_LIBRARIES};${SDL2_ttf_LIBRARIES})

set(SDL2_INCLUDE_DIRS "${CMAKE_CURRENT_LIST_DIR}/include")

0 comments on commit f5c0f07

Please sign in to comment.