Add cmake examples target

This commit is contained in:
Robin Jadoul 2017-01-28 11:09:13 +01:00
parent 2974525b10
commit ce88f93ca3
1 changed files with 2 additions and 0 deletions

View File

@ -1 +1,3 @@
add_subdirectory(json)
add_custom_target(examples DEPENDS json)