Fix CMake build

This commit is contained in:
Connor McLaughlin
2019-10-20 22:31:45 +10:00
parent b9e0c329d0
commit 4f1fc7abf0
6 changed files with 9 additions and 5 deletions

View File

@ -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}")