Another attempt at appveyor packaging
This commit is contained in:
parent
addf1474de
commit
3c1fbfaa2e
|
@ -248,7 +248,7 @@ if (WIN32)
|
||||||
if (NOT PHYSFS_FOUND)
|
if (NOT PHYSFS_FOUND)
|
||||||
SET(CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS
|
SET(CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS
|
||||||
${CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS}
|
${CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS}
|
||||||
${CMAKE_BINARY_DIR}/physfs/libphysfs.dll
|
${CMAKE_BINARY_DIR}/physfs-3.0.1/libphysfs.dll
|
||||||
)
|
)
|
||||||
endif ()
|
endif ()
|
||||||
endif (WIN32)
|
endif (WIN32)
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue