-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move drishti_merge_libraries cmake feature to subdir (#741)
* add license headers and move drishti_merge_libraries to subdirectory * add license header to merge feature support files * move support files for merge feature to merge subdir
- Loading branch information
1 parent
b9cadae
commit c88f059
Showing
14 changed files
with
92 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
...odules/drishti_get_library_location.cmake → .../merge/drishti_get_library_location.cmake
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
.../drishti_merge_get_all_dependencies.cmake → .../drishti_merge_get_all_dependencies.cmake
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
cmake/Modules/drishti_merge_libraries.cmake → ...dules/merge/drishti_merge_libraries.cmake
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
...s/drishti_merge_libraries_ar_ranlib.cmake → ...e/drishti_merge_libraries_ar_ranlib.cmake
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
...odules/drishti_merge_libraries_msvc.cmake → .../merge/drishti_merge_libraries_msvc.cmake
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
...dules/drishti_merge_libraries_xcode.cmake → ...merge/drishti_merge_libraries_xcode.cmake
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# @file drishti_merge_librariers_ar_ranlib.cmake | ||
# @brief Print helper | ||
# | ||
# \copyright Copyright 2014-2018 Elucideye, Inc. All rights reserved. | ||
# \license{This project is released under the 3 Clause BSD License.} | ||
# | ||
# This is a helper routine for drishti_merge_libraries.cmake | ||
|
||
function(drishti_merge_print) | ||
message("[merge static] " ${ARGV}) | ||
endfunction() |
8 changes: 8 additions & 0 deletions
8
cmake/Modules/script/append.cmake → cmake/Modules/merge/script/append.cmake
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
.../Modules/script/create_by_ar_ranlib.cmake → ...es/merge/script/create_by_ar_ranlib.cmake
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
/** | ||
@file foo.cpp | ||
@brief dummy/empty c++ function for drishti_merge_libraries | ||
\copyright Copyright 2014-2018 Elucideye, Inc. All rights reserved. | ||
\license{This project is released under the 3 Clause BSD License.} | ||
CMake add_library() requires at least one source file. | ||
*/ | ||
|
||
void drishti_merge_static_libraries_dummy_function() { | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters