File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 2727# Pick up our include directories from the parent context
2828include_directories (${OPENSHOT_INCLUDE_DIRS} )
2929
30+ ####### Display summary of options/dependencies ######
31+ include (FeatureSummary)
32+ #set_property(GLOBAL APPEND PROPERTY FeatureSummary_PKG_TYPES BUILD)
33+ #find_package(FOO)
34+ #set_package_properties(FOO PROPERTIES TYPE BUILD)
35+
3036################ OPTIONS ##################
3137# Optional build settings for libopenshot
3238OPTION (USE_SYSTEM_JSONCPP "Use system installed JsonCpp" OFF )
@@ -328,6 +334,12 @@ ENDIF (BLACKMAGIC_FOUND)
328334############### INCLUDE SWIG BINDINGS ################
329335add_subdirectory (bindings)
330336
337+ ########### PRINT FEATURE SUMMARY ##############
338+ feature_summary(WHAT ALL
339+ INCLUDE_QUIET_PACKAGES
340+ DESCRIPTION "Build configuration:"
341+ VAR featuresText)
342+ message ("\n ${featuresText} " )
331343
332344############### INSTALL HEADERS & LIBRARY ################
333345set (LIB_INSTALL_DIR lib${LIB_SUFFIX} ) # determine correct lib folder
You can’t perform that action at this time.
0 commit comments