This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Find the CUnit headers and libraries | |
# | |
# CUNIT_INCLUDE_DIRS - The CUnit include directory (directory where CUnit/CUnit.h was found) | |
# CUNIT_LIBRARIES - The libraries needed to use CUnit | |
# CUNIT_FOUND - True if CUnit found in system | |
FIND_PATH(CUNIT_INCLUDE_DIR NAMES CUnit/CUnit.h) | |
MARK_AS_ADVANCED(CUNIT_INCLUDE_DIR) |
NewerOlder