You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This function acts much like the 'target_sources' function, as in raw GLSL shader files can be passed in and will be compiled using 'glslangValidator', provided it is available, where the compiled files will be located where the sources files are but with the '.spv' suffix appended.
223
223
@@ -281,7 +281,7 @@ The path to install the documenttation under. (if not specified, defaults to 'sh
281
281
#### DOXYFILE_PATH *STR*
282
282
The given doxygen file to use/process. (Defaults to'${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile')
283
283
284
-
## Prepare the Catch Test Framework [`prepare_catch.cmake`](prepare_catch.cmake)
284
+
## Prepare the Catch Test Framework [`prepare-catch.cmake`](prepare-catch.cmake)
285
285
286
286
The included `prepare_catch` function contained within attempts to add the infrastructure necessary for automatically adding C/C++ tests using the Catch2 library, including either an interface or pre-compiled 'catch' target library.
0 commit comments