Skip to content
Snippets Groups Projects
Commit 6fee6615 authored by Michael Zbyszyński's avatar Michael Zbyszyński
Browse files

instructions for CMake

parent c1d3fa14
Branches
Tags
No related merge requests found
......@@ -15,3 +15,10 @@ Full documentation at http://www.rapidmixapi.com/
## Testing
We are using Catch for C++ testing. Look at the test fixtures in the /tests/test_projetc/test_project.xcodeproj for an example of how to implement them.
## Building with CMake
mkdir build
cd build
cmake ..
make
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment