Skip to content

Commit

Permalink
Less
Browse files Browse the repository at this point in the history
  • Loading branch information
JustDoom committed Feb 5, 2025
1 parent 4a2cd62 commit efc07ce
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,14 +5,14 @@ VERSION 0.1)

if(CMAKE_HOST_WIN32)
add_definitions(-D_WIN32_WINNT=0x0501 -DWINVER=0x0501)
set_property(TARGET 8ChocChip PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreaded")
# set_property(TARGET 8ChocChip PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreaded")
set(libname "libconfig")
else()
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(libname "config")
endif()

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
set(CMAKE_INSTALL_PREFIX "${CMAKE_BINARY_DIR}" CACHE INTERNAL "")
Expand Down

0 comments on commit efc07ce

Please sign in to comment.