Lexesis/examples/CMakeLists.txt

5 lines
121 B
CMake
Raw Normal View History

2016-05-29 20:21:31 +02:00
add_subdirectory(keywords)
add_subdirectory(SyntaxHighlighter)
2016-05-29 20:33:13 +02:00
add_custom_target(examples DEPENDS keywords highlighter)