mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:59:00 +08:00
[devil/libcopp/spaceland] stable cmake config (#6046)
This commit is contained in:
parent
dc65ec9e68
commit
c6fd076372
@ -1,5 +1,5 @@
|
||||
Source: devil
|
||||
Version: 1.8.0-3
|
||||
Version: 1.8.0-4
|
||||
Build-Depends:
|
||||
Description: A full featured cross-platform image library
|
||||
Default-Features: libpng, tiff, libjpeg, openexr, jasper, lcms
|
||||
|
@ -61,6 +61,7 @@ set(IL_USE_DXTC_SQUISH 0)
|
||||
vcpkg_configure_cmake(
|
||||
SOURCE_PATH ${SOURCE_PATH}/DevIL
|
||||
PREFER_NINJA
|
||||
DISABLE_PARALLEL_CONFIGURE
|
||||
OPTIONS
|
||||
-DIL_NO_PNG=${IL_NO_PNG}
|
||||
-DIL_NO_TIF=${IL_NO_TIF}
|
||||
|
@ -1,3 +1,3 @@
|
||||
Source: libcopp
|
||||
Version: 1.1.0-1
|
||||
Version: 1.1.0-2
|
||||
Description: A cross-platfrom coroutine library for C++
|
||||
|
@ -13,6 +13,7 @@ vcpkg_from_github(
|
||||
# Use libcopp's own build process, skipping examples and tests
|
||||
vcpkg_configure_cmake(
|
||||
SOURCE_PATH ${SOURCE_PATH}
|
||||
DISABLE_PARALLEL_CONFIGURE
|
||||
# PREFER_NINJA # Disabled because Ninja does not invoke masm correctly for this project
|
||||
)
|
||||
vcpkg_install_cmake()
|
||||
|
@ -1,4 +1,4 @@
|
||||
Source: spaceland
|
||||
Version: 7.8.2-0
|
||||
Version: 7.8.2-1
|
||||
Description: Spaceland Lib (sl) is a suite for geometric computation, specifically adapted to OpenGL.
|
||||
Build-Depends: zlib
|
||||
|
@ -17,10 +17,11 @@ vcpkg_extract_source_archive(${ARCHIVE})
|
||||
|
||||
vcpkg_configure_cmake(
|
||||
SOURCE_PATH ${SOURCE_PATH}
|
||||
OPTIONS
|
||||
-DSL_TEST=OFF
|
||||
-DSL_INSTALL_SLFIND_MODULE=OFF
|
||||
OPTIONS_DEBUG
|
||||
DISABLE_PARALLEL_CONFIGURE
|
||||
OPTIONS
|
||||
-DSL_TEST=OFF
|
||||
-DSL_INSTALL_SLFIND_MODULE=OFF
|
||||
OPTIONS_DEBUG
|
||||
-DSL_TEST=OFF
|
||||
-DSL_INSTALL_SLFIND_MODULE=OFF
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user