mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Interop test fix
This commit is contained in:
parent
76094437cb
commit
972c4764f0
1 changed files with 8 additions and 0 deletions
|
@ -7,3 +7,11 @@ StartupObject = "Tests.Program"
|
|||
|
||||
[Configs.Test.Win64]
|
||||
BeefLibType = "DynamicDebug"
|
||||
LibPaths = ["$(ProjectDir)/CLib/x64/Debug/CLib.lib"]
|
||||
|
||||
[Configs.Test.Win32]
|
||||
LibPaths = ["$(ProjectDir)/CLib/Debug/CLib.lib"]
|
||||
|
||||
[Configs.Test.Linux64]
|
||||
OtherLinkFlags = "$(LinkFlags) $(ProjectDir)/CLib/main.o -Wl,--export-dynamic"
|
||||
PreBuildCmds = ["/usr/bin/c++ $(ProjectDir)/CLib/main.cpp -c -o $(ProjectDir)/CLib/main.o"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue