5 lines
217 B
CMake
5 lines
217 B
CMake
# ---- allcing_unpack: converts binary format to human readable text
|
|
add_executable(allcing_unpack)
|
|
target_sources(allcing_unpack PRIVATE unpack.c)
|
|
target_link_libraries(allcing_unpack PRIVATE allcing allcing_config)
|