[0057] Fixed Linux compile

This commit is contained in:
LordPsyan 2012-08-10 14:24:26 -05:00 committed by Antz
parent cc46cae74a
commit 24eba55f0c
2 changed files with 3 additions and 3 deletions

View file

@ -300,5 +300,5 @@ if(WIN32)
set_target_properties(storm PROPERTIES OUTPUT_NAME StormLib)
endif()
install(TARGETS storm RUNTIME DESTINATION ${LIB_INSTALL_DIR} LIBRARY DESTINATION ${LIB_INSTALL_DIR} ARCHIVE DESTINATION ${LIB_INSTALL_DIR} FRAMEWORK DESTINATION /Library/Frameworks)
install(FILES src/StormLib.h src/StormPort.h DESTINATION ${INCLUDE_INSTALL_DIR})
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)

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "0056"
#define REVISION_NR "0057"
#endif // __REVISION_NR_H__