networks-1.cpp/modules/exceptions/CMakeLists.txt

10 lines
192 B
CMake

add_library(exceptions STATIC)
target_sources(
exceptions
PUBLIC
FILE_SET cxx_modules TYPE CXX_MODULES FILES
./src/exception.cppm
./src/windows.cppm
)