mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 05:22:59 +00:00
16 lines
299 B
CMake
16 lines
299 B
CMake
|
|
list(APPEND SOURCE
|
|
hhpcomp.cpp
|
|
hhp_reader.cpp
|
|
utils.cpp
|
|
chmc/chmc.c
|
|
chmc/err.c
|
|
lzx_compress/lz_nonslide.c
|
|
lzx_compress/lzx_layer.c
|
|
port/mkstemps.c)
|
|
|
|
# used by lzx_compress
|
|
add_definitions(-DNONSLIDE)
|
|
|
|
add_executable(hhpcomp ${SOURCE})
|
|
target_link_libraries(hhpcomp)
|