snippets_library/CMake.readme
2024-11-15 11:42:29 +03:00

7 lines
235 B
Plaintext

cmake defines:
-DDEBUG=1 - debug mode
-DNOGETTEXT=1 - don't run xgettext
-DEXAMPLES=1 - to compile examples
-DSL_USE_OLD_TTY - use old termios instead of termios2 (you should use this flag always if library works so)