aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2016-08-19 08:06:17 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2016-08-19 08:06:17 +0200
commite4444b71b96c896690817a02cf66199183b68a19 (patch)
tree37d1fc4a80487edc1baec87911ba8c4aabc5f5de /CMakeLists.txt
parenta870407b91ef5a38c76bfb975fcc84f7225dd6d2 (diff)
downloadkicad-utils-e4444b71b96c896690817a02cf66199183b68a19.tar.gz
kicad-utils-e4444b71b96c896690817a02cf66199183b68a19.tar.bz2
kicad-utils-e4444b71b96c896690817a02cf66199183b68a19.tar.xz
kicad-utils-e4444b71b96c896690817a02cf66199183b68a19.zip
o Adding complete documentation for the kicad_generate_header goal.
kicad_generate_header: Append the global variable `KICAD_GEN_TEMPLATE_LIBS` to the template search list. o Adding back the examples.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 58d3aa4..bc4a12b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -10,4 +10,4 @@ add_subdirectory(python)
add_subdirectory(cli)
add_subdirectory(doc)
-#add_subdirectory(examples)
+add_subdirectory(examples)