]> O.S.I.I.S - jp/vkvg.git/commitdiff
add svg and recording options in cmake resume
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Fri, 18 Feb 2022 04:00:57 +0000 (05:00 +0100)
committerj-p <jp_bruyere@hotmail.com>
Fri, 18 Feb 2022 20:09:23 +0000 (21:09 +0100)
CMakeLists.txt

index 44b8d181dc4af5a1d624400133eaaf80e47054c8..8bda96061c3876a7119ef2a172d1f50887df87de 100644 (file)
@@ -468,6 +468,16 @@ IF (VKVG_BUILD_TESTS)
 ELSE ()
        MESSAGE(STATUS "Build tests\t\t= false.")
 ENDIF ()
+IF (VKVG_SVG)
+        MESSAGE(STATUS "SVG rendering\t= vkvg-svg (experimental).")
+ELSE ()
+        MESSAGE(STATUS "SVG rendering\t= nanosvg")
+ENDIF ()
+IF (VKVG_RECORDING)
+        MESSAGE(STATUS "Recording features\t= true (experimental).")
+ELSE ()
+        MESSAGE(STATUS "Recording features\t= false.")
+ENDIF ()
 IF (VKVG_DBG_STATS)
        MESSAGE(STATUS "Debug statistics\t= enabled.")
 ELSE ()