Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamchatka-volcano/seal_lake
CMake utilities
https://github.com/kamchatka-volcano/seal_lake
cmake
Last synced: about 1 month ago
JSON representation
CMake utilities
- Host: GitHub
- URL: https://github.com/kamchatka-volcano/seal_lake
- Owner: kamchatka-volcano
- License: ms-pl
- Created: 2022-09-12T19:42:47.000Z (over 2 years ago)
- Default Branch: trunk
- Last Pushed: 2024-05-20T19:01:08.000Z (7 months ago)
- Last Synced: 2024-10-30T02:03:29.013Z (about 2 months ago)
- Topics: cmake
- Language: CMake
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## π¦seal_lake
**seal_lake** - is a collection of CMake functions helping to hide boilerplate and centralize maintenance of build configurations.
### Installation
Download and link the library from your project's CMakeLists.txt:
```
cmake_minimum_required(VERSION 3.20)include(FetchContent)
FetchContent_Declare(seal_lake
GIT_REPOSITORY "https://github.com/kamchatka-volcano/seal_lake.git"
GIT_TAG "origin/master"
)
FetchContent_MakeAvailable(seal_lake)
include(${seal_lake_SOURCE_DIR}/seal_lake.cmake)
```### License
**seal_lake** is licensed under the [MS-PL license](/LICENSE.md)