some missing stuff

This commit is contained in:
d1str4ught
2025-09-21 01:32:59 +02:00
parent 7509eeb93b
commit 775cb2f927
3 changed files with 6 additions and 1 deletions

View File

@@ -1,6 +1,10 @@
file(GLOB_RECURSE FILE_SOURCES "*.h" "*.c" "*.cpp")
add_executable(PackMaker ${FILE_SOURCES})
set_target_properties(PackMaker PROPERTIES
RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin
)
target_link_libraries(PackMaker
libzstd_static
cryptopp-static

View File

@@ -11,6 +11,7 @@ if (WIN32)
set_target_properties(lzo2 PROPERTIES FOLDER vendor)
## zstd stuff
set_target_properties(zstd PROPERTIES FOLDER vendor/zstd)
set_target_properties(libzstd_static PROPERTIES FOLDER vendor/zstd)
set_target_properties(clean-all PROPERTIES FOLDER vendor/zstd)
set_target_properties(uninstall PROPERTIES FOLDER vendor/zstd)