Use existing tests for appveyor. (#426)
This commit is contained in:
committed by
Andreas Süßenbach
parent
8f3b1d6f01
commit
10aa543b7e
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user