Use existing tests for appveyor. (#426)

This commit is contained in:
Markus Tavenrath
2019-11-06 16:56:52 +01:00
committed by Andreas Süßenbach
parent 8f3b1d6f01
commit 10aa543b7e
7 changed files with 56 additions and 38 deletions

View File

@@ -31,5 +31,8 @@ add_executable(StructureChain
${SOURCES}
)
if (UNIX)
target_link_libraries(StructureChain "-ldl")
endif()
set_target_properties(StructureChain PROPERTIES FOLDER "Tests")
target_link_libraries(StructureChain "${Vulkan_LIBRARIES}")