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
2025-03-22 01:21:10 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
dd425d83c6
Branches
Tags
View all branches
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 09:51:14 +03:00
add_executable
(
add_section
add_section.cpp
)
Add cmake install support for vcpkg integration
2020-10-28 17:11:06 -07:00
target_link_libraries
(
add_section
PRIVATE
elfio::elfio
)
Reference in New Issue
Copy Permalink