diff options
Diffstat (limited to 'hello')
| -rw-r--r-- | hello/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hello/CMakeLists.txt b/hello/CMakeLists.txt index b8db38c..a6fb31c 100644 --- a/hello/CMakeLists.txt +++ b/hello/CMakeLists.txt @@ -1,6 +1,7 @@ add_dotnet_executable(HelloCMake MAIN Program SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/Program.cs + DEPENDS FooBar ) target_link_dotnet_libraries(HelloCMake PRIVATE FooBar) |
