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
056846723a
ELFIO
/
examples
/
add_section
/
CMakeLists.txt
4 lines
101 B
CMake
Raw
Normal View
History
Unescape
Escape
Demonstrate addition of a new section to existing ELF file
2020-10-06 06:51:14 +00:00
add_executable
(
add_section
add_section.cpp
)
Add cmake install support for vcpkg integration
2020-10-29 00:11:06 +00:00
target_link_libraries
(
add_section
PRIVATE
elfio::elfio
)
Reference in New Issue
Copy Permalink