Skip to content

Commit

Permalink
Merge branch 'refs/heads/dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
SimoneN64 committed May 25, 2024
2 parents 4145aaf + 7d3452c commit ce63378
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/backend/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ file(GLOB HEADERS *.hpp)

add_subdirectory(core)

include_directories(${SDL2_INCLUDE_DIRS})

add_library(backend ${SOURCES} ${HEADERS})
target_link_libraries(backend PRIVATE core)

0 comments on commit ce63378

Please sign in to comment.