You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
326 B
9 lines
326 B
8 years ago
|
find_file(BAR_TEST_FILE_FOO foo.h)
|
||
|
find_file(BAR_TEST_FILE_BAR bar.h)
|
||
|
find_file(BAR_TEST_FILE_ZOT zot.h PATH_SUFFIXES zot)
|
||
|
find_path(BAR_TEST_PATH_FOO foo.h)
|
||
|
find_path(BAR_TEST_PATH_BAR bar.h)
|
||
|
find_path(BAR_TEST_PATH_ZOT zot.h PATH_SUFFIXES zot)
|
||
|
find_program(BAR_TEST_PROG_FOO foo.exe)
|
||
|
find_program(BAR_TEST_PROG_BAR bar.exe)
|