If CMake was used to compile and install Check, then a check.cmake
file was generated and installed along with the library. If a project
wants to link against Check in this situation, then the project
will need to include that check.cmake file.
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1090
64e312b2-a51f-0410-8e61-
82d0ca0eb02a
endif (MSVC)
install(TARGETS check
+ EXPORT check
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib)
install(FILES ${CMAKE_BINARY_DIR}/src/check.h DESTINATION include)
+install(EXPORT check DESTINATION cmake)