* lpsolve: add lpsolve cmake script was forked from - https://github.com/PADrend/ThirdParty/blob/master/lpsolve-CMakeLists.txt - https://github.com/PADrend/ThirdParty/blob/master/lpsolve-lpsolveConfig.cmake.in ref: - https://github.com/PADrend/ThirdParty/pull/2 - https://github.com/PADrend/ThirdParty/pull/3 * lpsolve: fix makedepends
8 lines
203 B
CMake
8 lines
203 B
CMake
# - Configuration file for the lpsolve library
|
|
# It defines the target "lpsolve55".
|
|
#
|
|
@PACKAGE_INIT@
|
|
|
|
# Import the exported targets
|
|
include("@PACKAGE_CMAKE_INSTALL_CMAKECONFIGDIR@/lpsolveTargets.cmake")
|