mirror of
https://github.com/serge1/ELFIO.git
synced 2024-11-02 02:26:47 +00:00
5974123dc7
* Build all the examples in the project
8 lines
171 B
CMake
8 lines
171 B
CMake
|
|
|
|
add_subdirectory(anonymizer)
|
|
add_subdirectory(elfdump)
|
|
#add_subdirectory(RelocationTable)
|
|
add_subdirectory(tutorial)
|
|
add_subdirectory(write_obj)
|
|
add_subdirectory(writer) |