mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 19:55:23 +00:00
19 lines
295 B
CMake
19 lines
295 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})
|