add_dotnet_target(Baz) add_dotnet_library(Baz SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/Baz.cs ) target_link_dotnet_libraries(Baz NATIVE_DEPS hello_c )