An open API service indexing awesome lists of open source software.

https://github.com/horance-liu/color.cmake


https://github.com/horance-liu/color.cmake

Last synced: 14 days ago
JSON representation

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")
```