mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
GH-1197 add console log color adaptation
rainbow library was part of KDE - KGuiAddons
This commit is contained in:
parent
9681f724e5
commit
6858f1dd62
10 changed files with 630 additions and 9 deletions
|
|
@ -112,6 +112,10 @@ include_directories(${XZ_INCLUDE_DIR})
|
|||
add_subdirectory(depends/pack200)
|
||||
include_directories(${PACK200_INCLUDE_DIR})
|
||||
|
||||
# Add color thingy
|
||||
add_subdirectory(depends/rainbow)
|
||||
include_directories(${RAINBOW_INCLUDE_DIR})
|
||||
|
||||
######## MultiMC Libs ########
|
||||
|
||||
# Add the util library.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue