From 58c7bafe8539dc8de67c86a34a159980914fb218 Mon Sep 17 00:00:00 2001 From: plyatov Date: Mon, 24 Mar 2008 13:44:08 +0000 Subject: [PATCH] Installation of missing demos added (Thanks to Mark Schneider for patch). --- demos/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/demos/CMakeLists.txt b/demos/CMakeLists.txt index 7431144a48..17cb58ef7d 100644 --- a/demos/CMakeLists.txt +++ b/demos/CMakeLists.txt @@ -1,3 +1,4 @@ install(DIRECTORY electric microwave pspice test_xil_95108 ecc83 interf_u + pic_programmer "sonde xilinx" video DESTINATION ${KICAD_DEMOS} COMPONENT resources PATTERN ".svn" EXCLUDE)