···
1
-
--- a/CMakeLists.txt 2022-01-08 00:37:08.165330523 +0100
2
-
+++ b/CMakeLists.txt 2022-01-08 00:52:41.163585173 +0100
1
+
diff --git a/CMakeLists.txt b/CMakeLists.txt
2
+
index b1bd0189b..3fb7abffb 100644
5
+
@@ -66,6 +66,7 @@ enable_testing()
option(USE_SHARED_CMARK "Use your installed copy of cmark" off)
option(USE_SHARED_CURL "Use your installed copy of curl" off)
···
option(USE_SHARED_GIFLIB "Use your installed copy of giflib" off)
option(USE_SHARED_JPEGLIB "Use your installed copy of jpeglib" off)
option(USE_SHARED_ZLIB "Use your installed copy of zlib" off)
13
+
@@ -185,6 +186,7 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY_PROFILE "${CMAKE_BINARY_DIR}/bin")
set(SOURCE_DATA_DIR ${CMAKE_CURRENT_SOURCE_DIR}/data)
set(CMARK_DIR ${CMAKE_CURRENT_SOURCE_DIR}/third_party/cmark)
set(CURL_DIR ${CMAKE_CURRENT_SOURCE_DIR}/third_party/curl)
···
set(GIFLIB_DIR ${CMAKE_CURRENT_SOURCE_DIR}/third_party/giflib)
set(LIBJPEG_DIR ${CMAKE_CURRENT_SOURCE_DIR}/third_party/jpeg)
set(LIBPNG_DIR ${CMAKE_CURRENT_SOURCE_DIR}/third_party/libpng)
19
-
@@ -204,6 +205,15 @@
21
+
@@ -225,6 +227,16 @@ if(NOT USE_SHARED_CURL)
set(CURL_STATICLIB ON BOOL)
+ find_package(FMT REQUIRED)
+ set(FMT_LIBRARIES fmt::fmt)
···
find_package(ZLIB REQUIRED)
35
-
--- a/src/app/CMakeLists.txt 2022-01-08 00:37:07.378671200 +0100
36
-
+++ b/src/app/CMakeLists.txt 2022-01-08 00:53:13.669969512 +0100
37
-
@@ -741,7 +741,7 @@ target_link_libraries(app-lib
38
-
${HARFBUZZ_LIBRARIES}
38
+
diff --git a/src/app/CMakeLists.txt b/src/app/CMakeLists.txt
39
+
index 9c67c0268..b19a3e412 100644
40
+
--- a/src/app/CMakeLists.txt
41
+
+++ b/src/app/CMakeLists.txt
42
+
@@ -754,7 +754,7 @@ target_link_libraries(app-lib
···
47
-
--- a/src/dio/CMakeLists.txt 2022-01-08 00:41:50.712726972 +0100
48
-
+++ b/src/dio/CMakeLists.txt 2022-01-08 00:53:39.936408022 +0100
51
+
diff --git a/src/dio/CMakeLists.txt b/src/dio/CMakeLists.txt
52
+
index 55cb24de5..b253dca0b 100644
53
+
--- a/src/dio/CMakeLists.txt
54
+
+++ b/src/dio/CMakeLists.txt
55
+
@@ -16,7 +16,7 @@ endif()
target_link_libraries(dio-lib
···
58
-
--- a/third_party/CMakeLists.txt 2022-01-08 00:37:08.165330523 +0100
59
-
+++ b/third_party/CMakeLists.txt 2022-01-08 00:54:30.455969136 +0100
60
-
@@ -106,7 +106,10 @@
64
+
diff --git a/third_party/CMakeLists.txt b/third_party/CMakeLists.txt
65
+
index 9d09a98c8..1973b134b 100644
66
+
--- a/third_party/CMakeLists.txt
67
+
+++ b/third_party/CMakeLists.txt
68
+
@@ -117,7 +117,10 @@ if(NOT USE_SHARED_HARFBUZZ AND NOT LAF_BACKEND STREQUAL "skia")
add_subdirectory(simpleini)