/
githubmirror
/
libeconf
Обзор
Документация
Войти
/
githubmirror
/
libeconf
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
util/CMakeLists.txt
7 строк
191 B
Neal Gompa
cmake: Install econftool
08 июл 2021, 12:42
08 июл 2021, 12:42
82bd1d7
Код
Авторство
О чём код?
# Create the binary/executable add_executable(econftool econftool.c) target_link_libraries(econftool PRIVATE econf) install(TARGETS econftool RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} )