diff options
Diffstat (limited to 'nihil.uuid/CMakeLists.txt')
| -rw-r--r-- | nihil.uuid/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nihil.uuid/CMakeLists.txt b/nihil.uuid/CMakeLists.txt index f82d308..a210322 100644 --- a/nihil.uuid/CMakeLists.txt +++ b/nihil.uuid/CMakeLists.txt @@ -1,6 +1,7 @@ # This source code is released into the public domain. add_library(nihil.uuid STATIC) +target_link_libraries(nihil.uuid PRIVATE nihil.std) target_sources(nihil.uuid PUBLIC FILE_SET modules TYPE CXX_MODULES FILES uuid.ccm |
