https://github.com/horance-liu/color.cmake
https://github.com/horance-liu/color.cmake
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/horance-liu/color.cmake
- Owner: horance-liu
- License: mit
- Created: 2022-05-04T02:25:09.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-04T02:25:29.000Z (almost 3 years ago)
- Last Synced: 2025-04-15T01:49:32.299Z (14 days ago)
- Language: CMake
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# colorful cmake
```
include(cc_stdio.cmake)message("no color")
message(STATUS "level == STATUS")
message(AUTHOR_WARNING "level == AUTHOR_WARNING")
message(WARNING "level == WARNING")
message(SEND_ERROR "level == SEND_ERROR")
message(FATAL_ERROR "level == FATAL_ERROR")
```