Skip to content

swatbotics/darwin-updates

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

darwin-updates

To build software:

cmake .
make

Good luck!

Recipe for converting a directory:

git mv Makefile Makefile.old

then add a CMakeLists.txt by converting stuff in Makefile to CMake syntax.

Make sure to hook up your new CMakeLists.txt to upper directory by inserting add_subdirectory calls when appropriate.

Look at CMakeLists.txt in /Linux/build and /Linux/project/demo for examples.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 84.4%
  • HTML 8.9%
  • C 4.0%
  • JavaScript 1.7%
  • Other 1.0%