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

25 lines
409 B
CMake
Raw Normal View History

2018-09-02 20:36:11 +00:00
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})