summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorBernhard Guillon <Bernhard.Guillon@begu.org>2026-06-30 21:54:27 +0200
committerBernhard Guillon <Bernhard.Guillon@begu.org>2026-06-30 21:54:27 +0200
commitf19db5021361f1cf5780d1d06ceea26b8bf392e6 (patch)
tree6686d13ad12edbfd355fa4f15cd4b38c15a67a1e /CMakeLists.txt
parent3f45fd0c5abaa3090e4e13b60104d0fcffe257f6 (diff)
downloadcsharp-cmake-f19db5021361f1cf5780d1d06ceea26b8bf392e6.tar.gz
csharp-cmake-f19db5021361f1cf5780d1d06ceea26b8bf392e6.zip
Defer custom command creation with dotnet_finalize_targets and move NATIVE_DEPS to target_link_dotnet_libraries
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5010dcb..350a814 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,3 +15,5 @@ add_subdirectory(baz)
add_subdirectory(foobar)
add_subdirectory(hello)
add_subdirectory(second)
+
+dotnet_finalize_targets()