mirror of
https://github.com/Murmele/Gittyup.git
synced 2024-11-12 22:41:06 +03:00
17 lines
280 B
CMake
17 lines
280 B
CMake
find_package(PkgConfig)
|
|
|
|
add_subdirectory(openssl)
|
|
add_subdirectory(libssh2)
|
|
add_subdirectory(libgit2)
|
|
|
|
add_subdirectory(cmark)
|
|
add_subdirectory(lua)
|
|
if(NOT LUA_FOUND)
|
|
add_subdirectory(lpeg)
|
|
endif()
|
|
add_subdirectory(scintilla)
|
|
|
|
add_subdirectory(git)
|
|
|
|
add_subdirectory(hunspell)
|