some missing stuff
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -165,4 +165,4 @@ int main(int argc, char* argv[])
|
||||
ofs.write(entry_buffer.data(), entry_buffer.size());
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user