mirror of
https://github.com/Maschell/libgui.git
synced 2024-11-23 21:29:17 +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})
|
add_library(gui STATIC ${SOURCE_FILES} ${HEADER_FILES})
|
||||||
|
|
||||||
target_link_libraries(gui
|
target_link_libraries(gui
|
||||||
utilswut)
|
utils)
|
||||||
|
|
||||||
|
|
||||||
include_directories("$ENV{WUT_ROOT}/include/libutils" REQUIRED)
|
include_directories("$ENV{WUT_ROOT}/include/libutils" REQUIRED)
|
||||||
|
Loading…
Reference in New Issue
Block a user