Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
liveldy authored Jun 23, 2024
1 parent 1f6abcd commit 9ed2552
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ set(CMAKE_C_STANDARD_REQUIRED True)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED True)

project(omnTools VERSION 1.0.5.0)
add_executable(omnTools main.cpp src/install.cpp header/install.h src/clist.cpp header/clist.h src/stats.cpp header/stats.h)
project(omnTools VERSION 1.0.6.0)
add_executable(omnTools main.cpp src/install.cpp header/install.h src/clist.cpp header/clist.h src/stats.cpp header/stats.h lib/IniParser/IniParser.cpp lib/IniParser/IniParser.h lib/ProgressBar/ProgressBar.cpp lib/ProgressBar/ProgressBar.h src/extractor.cpp header/extractor.h)
configure_file(main.h.in main.h)

set(RESOURCE_FILES "omnTools.rc")
Expand Down

0 comments on commit 9ed2552

Please sign in to comment.