Add first iteration of SDK building.

Builds a PolyVox NSIS installer with the 'package' target.
This commit is contained in:
Matt Williams
2009-03-26 18:03:21 +00:00
parent 5955a29a46
commit a9ab2f2d4d
5 changed files with 57 additions and 11 deletions

View File

@ -55,7 +55,8 @@ IF (WIN32)
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib
COMPONENT example
)
ADD_DEPENDENCIES(OpenGLExample PolyVoxCore)
ADD_DEPENDENCIES(OpenGLExample PolyVoxCore) #This shouldn't be needed
ENDIF (WIN32)