Update CMakeLists.txt

This commit is contained in:
Julian Ste 2021-11-26 09:36:52 +01:00 committed by GitHub
parent 349d96114a
commit ac941832d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,3 +121,9 @@ if(OATPP_BUILD_TESTS)
enable_testing()
add_subdirectory(test)
endif()
include(cpack.cmake)
# This must always be last!
include( CPack )