build, cmake: update cmake to export Config to use find_package()

This commit is contained in:
Recep Aslantas
2020-05-25 17:06:48 +03:00
parent 799de548f4
commit 74cf89a82f
2 changed files with 30 additions and 10 deletions

View File

@@ -179,6 +179,8 @@ target_link_libraries(${LIBRARY_NAME} PRIVATE
cglm)
add_subdirectory(external/cglm/)
# or you can use find_package to configure cglm
```
### Unix (Autotools)