File: FindPhpUnit.cmake

package info (click to toggle)
kuserfeedback 1.3.0-9
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,496 kB
  • sloc: cpp: 13,251; php: 2,192; xml: 224; yacc: 90; lex: 82; sh: 17; makefile: 8
file content (4 lines) | stat: -rw-r--r-- 136 bytes parent folder | download | duplicates (5)
1
2
3
4
find_program(PHPUNIT_EXECUTABLE phpunit HINTS ${CMAKE_SOURCE_DIR}/vendor/bin)
if (PHPUNIT_EXECUTABLE)
  set(PhpUnit_FOUND TRUE)
endif()