Fixed include dir
This commit is contained in:
parent
b7124d008b
commit
1fd9b823bb
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user