diff --git a/src/client/CMakeLists.txt b/src/client/CMakeLists.txt index 4f47b79..a7b3fe4 100644 --- a/src/client/CMakeLists.txt +++ b/src/client/CMakeLists.txt @@ -35,6 +35,7 @@ target_include_directories(client target_link_libraries(client PRIVATE + ui async console db @@ -42,7 +43,6 @@ target_link_libraries(client gx model net - ui util world PUBLIC diff --git a/src/gx/CMakeLists.txt b/src/gx/CMakeLists.txt index 308fd9c..a9c1ede 100644 --- a/src/gx/CMakeLists.txt +++ b/src/gx/CMakeLists.txt @@ -42,7 +42,6 @@ target_link_libraries(gx event math model - ui util PUBLIC bc