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/rddt/CMakeLists.txt

12 lines
223 B
CMake
Raw Normal View History

2018-09-02 20:36:11 +00:00
set(rddt_SOURCES
rddt.cpp
../golded3/golded3.cpp
)
add_executable(rddt ${rddt_SOURCES})
target_link_libraries(rddt gall)
include_directories(../goldlib/gall ../golded3)
INSTALL(TARGETS rddt
RUNTIME DESTINATION bin
)