From 005f9a1c5242e2ced1fdac22e75770b34ac49b5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dr=2E=20Patrick=20Urbanke=20=28=E5=8A=89=E8=87=AA=E6=88=90?= =?UTF-8?q?=29?= Date: Sun, 30 Jun 2024 16:59:05 +0200 Subject: [PATCH] Hotfix to make sure we can compile yyjson.c (#131) --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2365a28f..a12d96c2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,7 +56,8 @@ if(REFLECTCPP_USE_BUNDLED_DEPENDENCIES) target_include_directories( reflectcpp PUBLIC $ - $) + $ + $) else() add_library(reflectcpp INTERFACE)