Compare commits

..

No commits in common. "main" and "v1.0.0" have entirely different histories.
main ... v1.0.0

3 changed files with 3 additions and 8 deletions

1
.gitignore vendored
View File

@ -2,4 +2,3 @@ build
.vs
.cache
cmake-*
.DS_Store

View File

@ -1,7 +1,7 @@
{
"files.autoSave": "onFocusChange",
//"editor.fontSize": 14,
//"editor.fontFamily": "'FiraCode Nerd Font Mono', 'FiraCode Nerd Font Mono', 'FiraCode Nerd Font Mono'",
"editor.fontSize": 14,
"editor.fontFamily": "'FiraCode Nerd Font Mono', 'FiraCode Nerd Font Mono', 'FiraCode Nerd Font Mono'",
"cmake.configureOnOpen": true,
"cmake.debugConfig": {
"console": "integratedTerminal",

View File

@ -22,10 +22,6 @@ set(SOURCES_FILE
resource.h resource.cpp
)
# boost
if (${CMAKE_VERSION} VERSION_GREATER "3.30")
cmake_policy(SET CMP0167 NEW)
endif()
set(Boost_USE_STATIC_LIBS OFF)
find_package(Boost REQUIRED program_options filesystem)
include_directories(${Boost_INCLUDE_DIR})