Add first iteration of SDK building.
Builds a PolyVox NSIS installer with the 'package' target.
This commit is contained in:
@ -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)
|
Reference in New Issue
Block a user