From b6757b263ed304aed22eb2a472805f87bfb67f3a Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 15 Jan 2022 18:42:32 +0800 Subject: ... --- src/common/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/common') diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 19821797..07d6cd9a 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -28,8 +28,10 @@ target_compile_definitions(cru_base PRIVATE CRU_BASE_EXPORT_API) if (UNIX) target_sources(cru_base PRIVATE + ErrnoException.cpp io/UnixFileStream.cpp PUBLIC + ${CRU_BASE_INCLUDE_DIR}/ErrnoException.hpp ${CRU_BASE_INCLUDE_DIR}/io/UnixFileStream.hpp ) endif() -- cgit v1.2.3