BlinkLib
Revision 4:525425b82905, committed 2017-02-16
- Comitter:
- Maxime Dupuis
- Date:
- Thu Feb 16 11:08:30 2017 -0500
- Parent:
- 3:ea171a01403a
- Commit message:
- Add CMakeLists.txt
Changed in this revision
CMakeLists.txt | Show annotated file Show diff for this revision Revisions of this file |
diff -r ea171a01403a -r 525425b82905 CMakeLists.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/CMakeLists.txt Thu Feb 16 11:08:30 2017 -0500 @@ -0,0 +1,8 @@ +cmake_minimum_required(VERSION 3.5) + +project(blinklib) + +include_directories(include) + +file(GLOB SOURCES "source/*.cpp") +