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.
24 lines
408 B
24 lines
408 B
/* |
|
* Xournal++ |
|
* |
|
* Additional features of Xournal++ |
|
* |
|
* @author Xournal++ Team |
|
* https://github.com/xournalpp/xournalpp |
|
* |
|
* @license GNU GPLv2 or later |
|
*/ |
|
|
|
#pragma once |
|
|
|
/* --- Stable features --- */ |
|
|
|
// Currently none |
|
|
|
/* --- Testing features --- */ |
|
|
|
#cmakedefine ENABLE_PLUGINS |
|
|
|
// Example: #cmakedefine NAME_FROM_Cmake_list |
|
// in CMakeFile.txt: |
|
// option (NAME_FROM_Cmake_list "Description" OFF)
|
|
|