Skip to content

Commit

Permalink
Fixed some small stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
slizzered committed Oct 14, 2015
1 parent e62a933 commit 72dff33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ install(
###############################################################################
# Build executables
###############################################################################
add_executable(ProgressBarExample examples/progressbar_example.cpp)
add_executable(ProgressBarExample EXCLUDE_FROM_ALL examples/progressbar_example.cpp)



Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 72dff33

Please sign in to comment.