Descent3/ui/CMakeLists.txt
Louis Gombert c2b71b8147 Standardize CMake formatting
lowercase function names, blocks indent
2024-04-20 14:45:49 +02:00

19 lines
292 B
CMake

set(HEADERS UIlib.h)
set(CPPS
UIButton.cpp
UICombo.cpp
UIConsole.cpp
UIDraw.cpp
UIEdit.cpp
UIGadget.cpp
UIGroup.cpp
UIHotspot.cpp
UIListBox.cpp
UIObject.cpp
UIRes.cpp
UISlider.cpp
UIStatic.cpp
UISystem.cpp
UIWindow.cpp)
add_library(ui STATIC ${HEADERS} ${CPPS})