From 5899b4fae1492aadd72723f3e2128f3267b64dca Mon Sep 17 00:00:00 2001 From: Brett Date: Tue, 27 Dec 2022 00:53:30 -0500 Subject: [PATCH] cmake --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2ed28cc..cb59db6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,6 +26,7 @@ endif() configure_file(include/blt/config.h.in blt/config.h @ONLY) # include the config file include_directories(${CMAKE_CURRENT_BINARY_DIR}) +include_directories(${CMAKE_BINARY_DIR}) include_directories(include/)