This website requires JavaScript.
Explore
Help
Sign In
mirror
/
ELFIO
Watch
1
Star
0
Fork
0
You've already forked ELFIO
mirror of
https://github.com/serge1/ELFIO.git
synced
2024-11-02 11:27:03 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
22ff134363
ELFIO
/
examples
/
elfdump
/
CMakeLists.txt
4 lines
89 B
CMake
Raw
Normal View
History
Unescape
Escape
Added cmake files to build elfio * Build all the examples in the project
2020-08-19 03:12:01 +00:00
add_executable
(
elfdump
elfdump.cpp
)
Add cmake install support for vcpkg integration
2020-10-29 00:11:06 +00:00
target_link_libraries
(
elfdump
PRIVATE
elfio::elfio
)
Reference in New Issue
Copy Permalink