From e4247c3448dc7891cfbf7ecc22b00ffab0bf76d8 Mon Sep 17 00:00:00 2001 From: Adit Jain <77121346+Jadit19@users.noreply.github.com> Date: Sat, 16 Nov 2024 09:53:01 +0530 Subject: [PATCH] fix CMake include directories bug --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b1206c..25cc5b9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,6 +38,6 @@ target_include_directories(server $ $ $ - $ + $ $ )