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