We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c7cc17 commit ef5bfd8Copy full SHA for ef5bfd8
CMakeLists.txt
@@ -16,10 +16,10 @@ add_subdirectory(lib)
16
target_link_libraries(TwoBot PUBLIC nlohmann_json::nlohmann_json brynet httplib::httplib)
17
target_compile_definitions(TwoBot PUBLIC _SILENCE_CXX17_C_HEADER_DEPRECATION_WARNING)
18
19
-add_executable(TwoBot-demo demo/main.cpp)
+add_executable(TwoBot-demo demo/main.cc)
20
target_link_libraries(TwoBot-demo TwoBot)
21
22
if(MSVC)
23
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /utf-8")
24
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /utf-8")
25
-endif()
+endif()
0 commit comments