From 72dff3372920a1034137a4c74663b7004f24254f Mon Sep 17 00:00:00 2001 From: Carlchristian Eckert Date: Wed, 14 Oct 2015 13:55:05 +0200 Subject: [PATCH] Fixed some small stuff --- CMakeLists.txt | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index efbd100..1d5a36e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,7 +37,7 @@ install( ############################################################################### # Build executables ############################################################################### -add_executable(ProgressBarExample examples/progressbar_example.cpp) +add_executable(ProgressBarExample EXCLUDE_FROM_ALL examples/progressbar_example.cpp) diff --git a/README.md b/README.md index 0cdbaeb..bd4e542 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,8 @@ There is an example which can be compiled and tested: git clone https://github.com/slizzered/elegant-progressbars-for-a-more-civilized-age.git cd elegant-progressbars-for-a-more-civilized-age cmake . -make -./ProgressbarExample +make ProgressBarExample +./ProgressBarExample ``` Usage