summaryrefslogtreecommitdiffstats
path: root/hello
diff options
context:
space:
mode:
Diffstat (limited to 'hello')
-rw-r--r--hello/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/hello/CMakeLists.txt b/hello/CMakeLists.txt
index d726950..b8db38c 100644
--- a/hello/CMakeLists.txt
+++ b/hello/CMakeLists.txt
@@ -3,6 +3,4 @@ add_dotnet_executable(HelloCMake
SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/Program.cs
)
-target_link_dotnet_libraries(HelloCMake
- LIBRARIES FooBar
-)
+target_link_dotnet_libraries(HelloCMake PRIVATE FooBar)