8000 GitHub - ctrlleaf/hunter at testing-packages
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ctrlleaf/hunter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hunter

mac linux
Build Status Build Status

Usage

> cat CMakeLists.txt
cmake_minimum_required(VERSION 2.8.10)
project(Foo)

include(HunterGate.cmake)
hunter_add_package(Boost COMPONENTS regex filesystem)

find_package(Boost REQUIRED regex filesystem)

include_directories(${Boost_INCLUDE_DIR})
add_executable(foo foo.cpp)
target_link_libraries(foo ${Boost_LIBRARIES})
> echo ${HUNTER_ROOT} # not necessary but recommended (otherwise boost will be downloaded to default directory)
/path/to/the/hunter/base/directory
> cmake -H. -B_builds -DHUNTER_STATUS_DEBUG=ON

Gate to hunter packages: https://github.com/hunter-packages/gate

Project example (simple)

Project example (realistic)

About

CMake driven cross-platform package manager for C/C++.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CMake 91.6%
  • C++ 4.0%
  • Python 2.6%
  • Shell 1.7%
  • Other 0.1%
0