This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
deb-goldedplus/goldlib/gcui/CMakeLists.txt
Alexander Skovpen a9c11a472c add autodeploy
2018-09-02 23:36:11 +03:00

25 lines
409 B
CMake

set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(gcui_SOURCES
gkbdbase.cpp
gkbdgetm.cpp
gkbdwait.cpp
gsrchmgr.cpp
gmoubase.cpp
gvidbase.cpp
gvidinit.cpp
gwinbase.cpp
gwindow.cpp
gwinhlp1.cpp
gwinhlp2.cpp
gwininit.cpp
gwinline.cpp
gwinmenu.cpp
gwinmnub.cpp
gwinpckf.cpp
gwinpcks.cpp
gwinpick.cpp
gwinput2.cpp
)
include_directories("../gall")
ADD_LIBRARY(gcui STATIC ${gcui_SOURCES})