diff options
Diffstat (limited to 'CAN-binder/libs/CMakeLists.txt')
-rw-r--r-- | CAN-binder/libs/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CAN-binder/libs/CMakeLists.txt b/CAN-binder/libs/CMakeLists.txt index cd29ea83..38ccd2d1 100644 --- a/CAN-binder/libs/CMakeLists.txt +++ b/CAN-binder/libs/CMakeLists.txt @@ -26,4 +26,4 @@ foreach(filename ${filelist}) PROJECT_TARGET_ADD(${shortname}) add_library(${shortname} STATIC ${sources_files}) endif(IS_DIRECTORY ${filename}) -endforeach()
\ No newline at end of file +endforeach() |