From ae2d05eee4ffcec4c0611d907779ce8ef61d3a6e Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 19 Jul 2015 21:39:28 +0200 Subject: o Going back to a bunch of cpp files instead of launcher+bunch of header files. This ends up with an easier build file and faster builds with CMake's "OBJECT" library type. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index e4603e4..5b5f5b1 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Building: mkdir build cd build - cmake .. + cmake .. -DCMAKE_INSTALL_PREFIX=$HOME/opt/ble-toys make -j This will build a Debug release by default. Add `-DCMAKE_BUILD_TYPE=Release` to build a release build. -- cgit v1.2.3