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-- 441 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_Doxygen)
run_cmake(find_package_GLEW)
run_cmake(find_package_Matlab)
run_cmake(find_package_OpenGL)
run_cmake(find_package_Python)
run_cmake(find_package_Python2)
run_cmake(find_package_Python3)
run_cmake(find_package_SWIG)
run_cmake(include_CMakeParseArguments)
run_cmake(include_FeatureSummary)
run_cmake(include_UseSWIG)
run_cmake(include_WriteBasicConfigVersionFile)
run_cmake(swig_add_library)