Skip to content

Commit 0d33339

Browse files
committed
build: add FindCDeps.cmake file
1 parent b670cc3 commit 0d33339

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

cmake/FindCDeps.cmake

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
file(
2+
DOWNLOAD https://raw.githubusercontent.com/threeal/CDeps.cmake/d8c37677d9717738dd930005518cf1082c09eb71/cmake/CDeps.cmake
3+
${CMAKE_BINARY_DIR}/cmake/CDeps.cmake
4+
EXPECTED_MD5 ab7516ba32bd687525f5d13bb349bf96)
5+
include(${CMAKE_BINARY_DIR}/cmake/CDeps.cmake)
6+
7+
include(FindPackageHandleStandardArgs)
8+
find_package_handle_standard_args(
9+
CDeps REQUIRED_VARS CDEPS_VERSION VERSION_VAR CDEPS_VERSION)

0 commit comments

Comments
 (0)