Logo white

Peter M. Groen / CLI11

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • CLI11
  • .gitignore
  • Adding support for conan.io (#83) ...
    f089255a
    * Adding fix for #75, rename requires to needs
    
    * Removing check for install commands (should still be run in subproject)
    
    * Adding conan build
    
    * Some small changes to CMake
    
    * Adding nicer Travis code
    
    * Adding package test, find works now
    Henry Schreiner authored
    2018-03-09 08:30:22 +0100  
    Browse Code ยป
.gitignore 87 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7
a.out*
*.swp
/*build*
/test_package/build
/Makefile
/CMakeFiles/*
/cmake_install.cmake