diff options
author | cen1 <klemenferjancic@hotmail.com> | 2016-07-04 22:30:23 +0200 |
---|---|---|
committer | cen1 <klemenferjancic@hotmail.com> | 2016-07-04 22:30:23 +0200 |
commit | 9d78dab00293a8c35db735a3a8cc8cb9d68b3ea3 (patch) | |
tree | 73d74d1f2e3601f7bb42c463d1d78c01e3f266a4 /CMakeLists.txt | |
parent | 51ca57a3d2679c7a68d1cbca8e0191e29fda708c (diff) |
Fixed include dir for header files
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a02f95f..75575fa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -325,7 +325,7 @@ if(WIN32) endif() install(TARGETS storm RUNTIME DESTINATION bin LIBRARY DESTINATION lib ARCHIVE DESTINATION lib FRAMEWORK DESTINATION /Library/Frameworks) -install(FILES src/StormLib.h src/StormPort.h DESTINATION include) +install(FILES src/StormLib.h src/StormPort.h DESTINATION include/stormlib) #CPack configurtion SET(CPACK_GENERATOR "DEB" "RPM") |