summaryrefslogtreecommitdiffstats
path: root/baz/CMakeLists.txt
blob: 78a418e8594290a03eb2cbb23a966f1994f72a10 (plain) (blame)
1
2
3
4
5
6
7
8
9
add_dotnet_target(Baz)

add_dotnet_library(Baz
    SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/Baz.cs
)

target_link_dotnet_libraries(Baz
    NATIVE_DEPS hello_c
)