diff options
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() |