mirror of
https://github.com/QuasarApp/pe-parse.git
synced 2025-04-27 21:04:31 +00:00
8 lines
209 B
CMake
8 lines
209 B
CMake
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../parser-library)
|
|
|
|
add_executable( dump-prog
|
|
dump.cpp )
|
|
|
|
target_link_libraries( dump-prog
|
|
pe-parser-library )
|