4 lines
98 B
CMake
4 lines
98 B
CMake
|
|
add_executable(anonymizer anonymizer.cpp)
|
|
target_link_libraries(anonymizer PRIVATE elfio::elfio)
|