mirror of
https://github.com/wiiu-env/libgui.git
synced 2024-11-14 12:25:10 +01:00
Fix cmake file to use libutils instead of libutilswut
This commit is contained in:
parent
c9fc3c81ae
commit
5fd8c7c0f6
@ -8,7 +8,7 @@ file(GLOB_RECURSE HEADER_FILES *.h*)
|
||||
add_library(gui STATIC ${SOURCE_FILES} ${HEADER_FILES})
|
||||
|
||||
target_link_libraries(gui
|
||||
utilswut)
|
||||
utils)
|
||||
|
||||
|
||||
include_directories("$ENV{WUT_ROOT}/include/libutils" REQUIRED)
|
||||
|
Loading…
Reference in New Issue
Block a user