Do this like in master

This commit is contained in:
Simone
2024-05-16 11:31:18 +02:00
parent 94e880b2f6
commit 4fee6f3071
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,7 @@
file(GLOB_RECURSE SOURCES *.cpp)
file(GLOB_RECURSE HEADERS *.hpp)
find_package(SDL2 CONFIG REQUIRED)
add_library(mmio ${SOURCES} ${HEADERS} ../../../../external/cic_nus_6105/n64_cic_nus_6105.cpp)
add_library(mmio ${SOURCES} ${HEADERS} ../../../../external/cic_nus_6105/n64_cic_nus_6105.cpp)
target_link_libraries(mmio PRIVATE SDL2::SDL2)