From f2e83587ad857ab213caf0229fcd948bf4e48b2a Mon Sep 17 00:00:00 2001 From: Ash Logan Date: Sun, 24 Mar 2019 14:55:39 +1100 Subject: [PATCH] cmake: Update SDL_LIBS so pkg-config pulls in needed Cafe libs --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index a50902b4d..f565d3f5d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -223,6 +223,10 @@ if(WUT) # Use wut cflags and remove debug symbols set(CMAKE_C_FLAGS "${WUT_C_FLAGS} ${CMAKE_C_FLAGS}") string(REPLACE "-g" "" CMAKE_C_FLAGS "${CMAKE_C_FLAGS}") + + #Link against needed libraries + set(SDL_LIBS "${SDL_LIBS} -lcoreinit -lgx2 -lwhb -lproc_ui -lsysapp -lgfd") + set(SDL_LIBS "${SDL_LIBS} -lvpad -lpadscore -lnsysnet -lsndcore2") endif() # Emscripten toolchain has a nonempty default value for this, and the checks