add tracer.cpp to CMakeLists build
This commit is contained in:
parent
024ba22ff0
commit
8319383d8e
@ -8,7 +8,7 @@ find_package(cxxopts CONFIG REQUIRED)
|
||||
find_package(Catch2 CONFIG REQUIRED)
|
||||
find_package(libdwarf CONFIG REQUIRED)
|
||||
|
||||
add_executable(gwatch src/main.cpp src/symbol.cpp)
|
||||
add_executable(gwatch src/main.cpp src/symbol.cpp src/tracer.cpp)
|
||||
target_link_libraries(gwatch PRIVATE cxxopts::cxxopts libdwarf::dwarf)
|
||||
|
||||
enable_testing()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user