aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorcen1 <klemenferjancic@hotmail.com>2016-07-04 22:30:23 +0200
committercen1 <klemenferjancic@hotmail.com>2016-07-04 22:30:23 +0200
commit9d78dab00293a8c35db735a3a8cc8cb9d68b3ea3 (patch)
tree73d74d1f2e3601f7bb42c463d1d78c01e3f266a4 /CMakeLists.txt
parent51ca57a3d2679c7a68d1cbca8e0191e29fda708c (diff)
Fixed include dir for header files
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
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")