add autodeploy

This commit is contained in:
Alexander Skovpen
2018-09-02 23:36:11 +03:00
committed by dukelsky
parent 670c7248cc
commit a9c11a472c
79 changed files with 472 additions and 14 deletions

View File

@@ -0,0 +1,24 @@
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})