Skip to content
Snippets Groups Projects
Commit 98ddef42 authored by Fernando Herrero's avatar Fernando Herrero
Browse files

rm misplaced .gitignore. Fix header paths in CMakeLists.txt

parent 6d1ae0dc
No related branches found
No related tags found
No related merge requests found
Pipeline #4388 failed
*
*/
!.gitignore
......@@ -6,9 +6,9 @@ SET(sources_mut mutex/mutex.cpp)
# application header files
SET(headers ../include/mvbluefox3.h ../include/mvbluefox3_settings.h ../include/mvbluefox3_mvfunc.h)
SET(headers_ex mvbluefox3.h exceptions/exceptions.h
exceptions/mvbluefox3_exceptions.h exceptions/mutex_exceptions.h)
SET(headers_mut mutex/mutex.h)
SET(headers_ex ../include/mvbluefox3.h ../include/exceptions/exceptions.h
../include/exceptions/mvbluefox3_exceptions.h ../include/exceptions/mutex_exceptions.h)
SET(headers_mut ../include/mutex/mutex.h)
#IF( NOT CMAKE_BUILD_TYPE )
SET( CMAKE_BUILD_TYPE Release)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment