mirror of
https://github.com/openwrt/packages.git
synced 2025-07-03 20:43:33 +00:00
14 lines
238 B
Diff
14 lines
238 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -30,7 +30,9 @@ add_executable(
|
|
|
|
set(CMAKE_BUILD_TYPE Debug)
|
|
|
|
-target_link_libraries(httping m)
|
|
+find_package(Intl)
|
|
+
|
|
+target_link_libraries(httping m Intl::Intl)
|
|
|
|
include(FindPkgConfig)
|
|
|