File: RunCMakeTest.cmake

package info (click to toggle)
ycm-cmake-modules 0.13.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,640 kB
  • sloc: python: 319; sh: 181; makefile: 22
file content (15 lines) | stat: -rw-r--r-- 443 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include(RunCMake)

run_cmake(find_package_Eigen3)
run_cmake(find_package_FFMPEG)
run_cmake(find_package_GLIB2)
run_cmake(find_package_GObject)
run_cmake(find_package_Graphviz)
run_cmake(find_package_GStreamer)
run_cmake(find_package_GStreamerPluginsBase)
run_cmake(find_package_Octave)
run_cmake(find_package_QCustomPlot)
run_cmake(include_Catch)
run_cmake(include_CMakeRC)
run_cmake(include_ParseAndAddCatchTests)
run_cmake(include_UseLATEX)