Skip to content

rawcoder/cmake-external-project-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal test of using cmake to manage external projects (hidapi).

Tested on Linux. Should work on Mac as well.

Building

mkdir build
cd build
cmake -G Ninja ..
ninja

About

example of how to use cmake ExternalProject_Add

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 81.6%
  • C++ 18.4%