mirror of
https://github.com/clangen/musikcube.git
synced 2024-12-26 18:19:05 +00:00
More colors to cmake output.
This commit is contained in:
parent
773763e61f
commit
a4b6155d87
@ -1,5 +1,5 @@
|
|||||||
if (${BUILD_STANDALONE} MATCHES "true")
|
if (${BUILD_STANDALONE} MATCHES "true")
|
||||||
message(STATUS "[standalone-build] ENABLED!")
|
message(STATUS "${BoldGreen}[standalone-build] ENABLED!${ColorReset}")
|
||||||
|
|
||||||
set(BOOST_ROOT "/build/musikcube/vendor/bin")
|
set(BOOST_ROOT "/build/musikcube/vendor/bin")
|
||||||
set(BOOST_INCLUDEDIR "${CMAKE_CURRENT_SOURCE_DIR}/vendor/bin/include")
|
set(BOOST_INCLUDEDIR "${CMAKE_CURRENT_SOURCE_DIR}/vendor/bin/include")
|
||||||
@ -18,5 +18,5 @@ if (${BUILD_STANDALONE} MATCHES "true")
|
|||||||
"${CMAKE_CURRENT_SOURCE_DIR}/vendor/bin/lib")
|
"${CMAKE_CURRENT_SOURCE_DIR}/vendor/bin/lib")
|
||||||
|
|
||||||
else()
|
else()
|
||||||
message(STATUS "[standalone-build] *NOT* enabled!")
|
message(STATUS "${BoldGreen}[standalone-build] *NOT* enabled!${ColorReset}")
|
||||||
endif()
|
endif()
|
Loading…
Reference in New Issue
Block a user