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 55c16ee commit 902dc3a
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 @@ -18,6 +18,7 @@ target_sources(${PROJECT_NAME} PRIVATE ${SOURCES})
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules)
find_package(SDL2 REQUIRED)
find_package(SDL2_ttf REQUIRED)
message(STATUS "SDL2_ttf_INCLUDE: ${SDL2_ttf_INCLUDE_DIRS}")
include_directories(${SDL2_INCLUDE_DIRS};${SDL2_ttf_INCLUDE_DIRS})

if (MSVC)
Expand Down

0 comments on commit 902dc3a

Please sign in to comment.