diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 1609196a..9f43c782 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -534,6 +534,7 @@ include_directories( ) link_directories( + ../ ) @@ -666,4 +667,4 @@ elseif(USE_OPENOCD) COMMENT "flashing ${EXECUTABLE_NAME}.hex" ) -endif() \ No newline at end of file +endif()