mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-23 03:58:59 +00:00
c2b71b8147
lowercase function names, blocks indent
19 lines
292 B
CMake
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}) |