ImHex/main/CMakeLists.txt

10 lines
186 B
CMake

if (WIN32)
set(IMHEX_APPLICATION_NAME "imhex-gui")
else ()
set(IMHEX_APPLICATION_NAME "imhex")
endif ()
add_subdirectory(gui)
if (WIN32)
add_subdirectory(forwarder)
endif ()