소스 검색
Merge pull request #4879 from brccabral/cmake_config_verbose
[cmake] set correct description for verbose option
pull/4883/head
Ray
3 달 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: B5690EEEBB952194
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
cmake/raylib-config.cmake
|
@ -12,7 +12,7 @@ |
|
|
# raylib_DEFINITIONS - Compiler switches required for using raylib |
|
|
# raylib_DEFINITIONS - Compiler switches required for using raylib |
|
|
|
|
|
|
|
|
option(raylib_USE_STATIC_LIBS "Use static libs" ON) |
|
|
option(raylib_USE_STATIC_LIBS "Use static libs" ON) |
|
|
option(raylib_VERBOSE "Use static libs" OFF) |
|
|
|
|
|
|
|
|
option(raylib_VERBOSE "Show raylib verbose messages" OFF) |
|
|
|
|
|
|
|
|
if (NOT TARGET raylib) |
|
|
if (NOT TARGET raylib) |
|
|
set(XPREFIX PC_RAYLIB) |
|
|
set(XPREFIX PC_RAYLIB) |
|
|