From 66e986572d65e622e78190aa971313ed7e3c8b9b Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Tue, 6 Jan 2026 14:19:58 +0100 Subject: build: clean up configuration --- lib/CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lib') diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index ec76c2e..3d3060e 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -1,5 +1,13 @@ add_library("newtype" INTERFACE) +target_sources("newtype" PUBLIC + FILE_SET HEADERS + FILES + "include/newtype/newtype.hpp" + BASE_DIRS + "${CMAKE_CURRENT_SOURCE_DIR}/include" +) + target_include_directories("newtype" INTERFACE "$" "$" -- cgit v1.2.3