blob: a75aa53cf544cd6e24af6b983cdc6646e9a5af6c [file] [log] [blame]
find_program(PROG_A
NAMES testA
PATHS ${CMAKE_CURRENT_SOURCE_DIR}/A
NO_DEFAULT_PATH
REQUIRED
)
message(STATUS "PROG_A='${PROG_A}'")
find_program(PROG_AandB
NAMES testAandB
REQUIRED
)