mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
cmake: dotnet: example: program -> Program
This commit is contained in:
parent
08adc1bf97
commit
f0f9a16f85
|
@ -7,7 +7,7 @@ else()
|
|||
endif()
|
||||
|
||||
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/dotnet.csproj dotnet.csproj COPYONLY)
|
||||
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/program.cs program.cs COPYONLY)
|
||||
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/Program.cs Program.cs COPYONLY)
|
||||
|
||||
ADD_DOTNET(${CMAKE_CURRENT_BINARY_DIR}/dotnet.csproj
|
||||
PLATFORM ${Z3_DOTNET_PLATFORM}
|
||||
|
|
Loading…
Reference in a new issue