mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-23 20:09:46 +03:00
10 lines
321 B
CMake
10 lines
321 B
CMake
add_library(reminecraftpe-gui STATIC
|
|
Drawer.cpp Drawer.hpp
|
|
Gui.cpp Gui.hpp
|
|
Screen.cpp Screen.hpp
|
|
controls/Button.cpp controls/Button.hpp
|
|
controls/IControl.hpp
|
|
screens/MainScreen.cpp screens/MainScreen.hpp
|
|
)
|
|
target_link_libraries(reminecraftpe-gui PUBLIC reminecraftpe-common reminecraftpe-client)
|