diff options
author | crupest <crupest@outlook.com> | 2022-01-15 18:42:32 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-01-15 18:42:32 +0800 |
commit | b6757b263ed304aed22eb2a472805f87bfb67f3a (patch) | |
tree | c1e54a9348d4b3d4af3c10629876e380778d2e72 /src | |
parent | 76b631144e008006efb3894c16e6fd04608d0b68 (diff) | |
download | cru-b6757b263ed304aed22eb2a472805f87bfb67f3a.tar.gz cru-b6757b263ed304aed22eb2a472805f87bfb67f3a.tar.bz2 cru-b6757b263ed304aed22eb2a472805f87bfb67f3a.zip |
...
Diffstat (limited to 'src')
-rw-r--r-- | src/common/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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() |