Fix CMake build
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
set(SRCS
|
||||
icon.cpp
|
||||
main.cpp
|
||||
sdl_audio_stream.cpp
|
||||
sdl_audio_stream.h
|
||||
@ -8,4 +9,4 @@ set(SRCS
|
||||
|
||||
add_executable(duckstation ${SRCS})
|
||||
target_include_directories(duckstation PRIVATE "${SDL2_INCLUDE_DIRS}")
|
||||
target_link_libraries(duckstation core imgui "${SDL2_LIBRARIES}")
|
||||
target_link_libraries(duckstation core imgui nativefiledialog "${SDL2_LIBRARIES}")
|
||||
|
||||
Reference in New Issue
Block a user