mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:39:01 +08:00
7938ab75c1
* [fltk] Force static library due to global variables. Fix CMake Targets. * [fltk] Add include directory to exported targets * [fltk] Update ports/fltk/CONTROL Co-authored-by: nicole mazzuca <mazzucan@outlook.com> * Update ports/fltk/portfile.cmake Co-authored-by: Robert Schumacher <roschuma@microsoft.com> Co-authored-by: nicole mazzuca <mazzucan@outlook.com> Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
14 lines
341 B
Diff
14 lines
341 B
Diff
diff --git a/CMake/setup.cmake b/CMake/setup.cmake
|
|
index 4d960a5..194887d 100644
|
|
--- a/CMake/setup.cmake
|
|
+++ b/CMake/setup.cmake
|
|
@@ -88,6 +88,8 @@ else()
|
|
set(FLTK_CONFIG_PATH ${FLTK_DATADIR}/fltk)
|
|
endif(WIN32 AND NOT CYGWIN)
|
|
|
|
+set(FLTK_CONFIG_PATH share/fltk)
|
|
+
|
|
include(TestBigEndian)
|
|
TEST_BIG_ENDIAN(WORDS_BIGENDIAN)
|
|
|