From 1fd9b823bb1c93869a8e6736985921efc4dda033 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Tue, 2 Jul 2019 21:54:51 +0200 Subject: [PATCH] Fixed include dir --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1247f9d..a91470d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -62,7 +62,7 @@ INSTALL(TARGETS tomcrypt_static RUNTIME DESTINATION "bin" ) -INSTALL(FILES ${ALL_HEADER_FILES} DESTINATION "includes/libtomcrypt") +INSTALL(FILES ${ALL_HEADER_FILES} DESTINATION "include") SET(MSVC_LIKE_COMPILER OFF)