From 7f296c74ccf9cc73ea141c99c1a6ca7840e2b5d3 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 29 Mar 2021 14:23:09 +0100 Subject: [Project] Add fu2 library to better functions abstractions --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index a50bba36f..2a42d1886 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -119,6 +119,7 @@ INCLUDE_DIRECTORIES("${CMAKE_SOURCE_DIR}/" "${CMAKE_SOURCE_DIR}/contrib/frozen/include" "${CMAKE_SOURCE_DIR}/contrib/fmt/include" "${CMAKE_SOURCE_DIR}/contrib/doctest" + "${CMAKE_BINARY_DIR}/contrib/fu2/include" "${CMAKE_BINARY_DIR}/src" #Stored in the binary dir "${CMAKE_BINARY_DIR}/src/libcryptobox") -- cgit v1.2.3