@PACKAGE_INIT@ include("@CMAKE_INSTALL_PREFIX@/lib/cmake/ASMoses/ASMosesTargets.cmake") set(MOSES_LIBRARY asmoses) set(MOSES_EXEC_LIBRARY asmoses_exec) set(COMBOANT_LIBRARY ascomboant) set(COMBOREDUCT_LIBRARY ascombo) set(FEATURE_SELECTION_LIBRARY asfeature_selection) # Copy the results to the output variables. IF (MOSES_LIBRARY) SET(MOSES_FOUND 1) SET(MOSES_LIBRARIES ${MOSES_LIBRARY} ${MOSES_EXEC_LIBRARY} ${COMBOANT_LIBRARY} ${COMBOREDUCT_LIBRARY} ${FEATURE_SELECTION_LIBRARY}) MESSAGE(STATUS "Found MOSES library: ${MOSES_LIBRARIES}") ELSE (MOSES_LIBRARY) SET(MOSES_FOUND 0) SET(MOSES_LIBRARIES) ENDIF (MOSES_LIBRARY) MARK_AS_ADVANCED( MOSES_LIBRARIES ) set(MOSES_INCLUDE_DIR "@CMAKE_INSTALL_PREFIX@/include/") set(MOSES_VERSION "@ASMOSES_VERSION@") set(MOSES_FOUND 1)