diff options
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 06733bd..d8f95f1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -125,7 +125,7 @@ endif() # file(GLOB source_utils src/utils/*.[hc]pp) -target_sources(utils PUBLIC ${source_utils}) +set_property(TARGET utils APPEND PROPERTY SOURCES ${source_utils}) # ## irclib |