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/smblib/CMakeLists.txt
Alexander Skovpen a9c11a472c add autodeploy
2018-09-02 23:36:11 +03:00

7 lines
151 B
CMake

set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(smblib_SOURCES
lzh.cpp
smblib.cpp
)
include_directories(../gall)
ADD_LIBRARY(smblib STATIC ${smblib_SOURCES})