From 145fc59587e5ab078813ff410379e4a0b290abbd Mon Sep 17 00:00:00 2001 From: Alexandre Prokoudine Date: Fri, 19 Jun 2009 17:44:27 +0000 Subject: [PATCH] Added CMake file --- samples/ru/CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 samples/ru/CMakeLists.txt diff --git a/samples/ru/CMakeLists.txt b/samples/ru/CMakeLists.txt new file mode 100644 index 0000000..0899480 --- /dev/null +++ b/samples/ru/CMakeLists.txt @@ -0,0 +1,8 @@ +# Примеры на русском языке + +set(SAMPLES_RU +Гоголь +) + +install(FILES ${SAMPLES_RU} + DESTINATION ${SAMPLE_DIR}/ru)