diff options
author | cen1 <klemenferjancic@hotmail.com> | 2016-07-04 23:23:56 +0200 |
---|---|---|
committer | cen1 <klemenferjancic@hotmail.com> | 2016-07-04 23:23:56 +0200 |
commit | bf8b5f27bce669943bb85fa886e4cb73938435e7 (patch) | |
tree | 8c549f34c07f72953b4da3e2e432d148670de7fc /CMakeLists.txt | |
parent | 9d78dab00293a8c35db735a3a8cc8cb9d68b3ea3 (diff) |
Revert "Fixed include dir for header files"
This reverts commit 9d78dab00293a8c35db735a3a8cc8cb9d68b3ea3.
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 75575fa..a02f95f 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/stormlib) +install(FILES src/StormLib.h src/StormPort.h DESTINATION include) #CPack configurtion SET(CPACK_GENERATOR "DEB" "RPM") |