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