First commit
This commit is contained in:
9
CMakeLists.txt
Normal file
9
CMakeLists.txt
Normal file
@ -0,0 +1,9 @@
|
||||
cmake_minimum_required(VERSION 3.21)
|
||||
project(Bit.ASICmon)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 23)
|
||||
|
||||
set(CMAKE_EXE_LINKER_FLAGS "-static-libgcc -static-libstdc++")
|
||||
|
||||
add_executable(bitwi2dl main.cpp inc/getosname.hpp inc/json.hpp)
|
||||
target_link_libraries(bitwi2dl "-lcurl")
|
||||
Reference in New Issue
Block a user