Lexesis/examples/CMakeLists.txt

6 lines
155 B
CMake
Raw Normal View History

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