mingw崩溃日志分析。
This commit is contained in:
8
dumpDemo/CMakeLists.txt
Normal file
8
dumpDemo/CMakeLists.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
|
||||
project(dumpDemo LANGUAGES CXX)
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
|
||||
add_executable(dumpDemo crashdump.h crashdump.cpp main.cpp)
|
||||
add_executable(dumpDemoParse dump_parse.cpp)
|
||||
target_link_libraries(dumpDemoParse PRIVATE cxxLibrary)
|
||||
Reference in New Issue
Block a user