Преглед изворни кода

CMake: report what kind of libraries will be built

pull/656/head
Ahmad Fatoum пре 7 година
родитељ
комит
c4b7d17516
No known key found for this signature in database GPG Key ID: C3EAC3DE9321D59B
1 измењених фајлова са 2 додато и 0 уклоњено
  1. +2
    -0
      src/CMakeLists.txt

+ 2
- 0
src/CMakeLists.txt Прегледај датотеку

@ -150,6 +150,7 @@ include(LibraryPathToLinkerFlags)
library_path_to_linker_flags(__PKG_CONFIG_LIBS_PRIVATE "${LIBS_PRIVATE}")
if(STATIC)
MESSAGE(STATUS "Building raylib static library")
if(${PLATFORM} MATCHES "Web")
set(CMAKE_STATIC_LIBRARY_SUFFIX ".bc")
endif()
@ -186,6 +187,7 @@ endif(STATIC)
if(SHARED)
MESSAGE(STATUS "Building raylib shared library")
add_library(raylib SHARED ${sources})
target_compile_definitions(raylib

Loading…
Откажи
Сачувај