ImHex/main/version_stripper/CMakeLists.txt

5 lines
84 B
CMake

project(version-stripper)
add_executable(version-stripper
source/main.cpp
)