You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CMakeLists.txt 304B

1234567
  1. OV_SET_CUSTOM_DOCUMENTATION("ebml" "EBML parser and formater library" "src" "include")
  2. # Add all the subdirs as projects of the named branch
  3. OV_ADD_PROJECTS("MODULES")
  4. # Sort target into directories for better visualization in IDE
  5. SET_PROPERTY(GLOBAL PROPERTY USE_FOLDERS ON)
  6. SET(MODULES_FOLDER Modules)