[uLib Geometry]

non working version!

+ adds ProgrammableAccessor
+ renaming of some Image structures ...
This commit is contained in:
Andrea Rigoni
2014-11-03 10:27:52 +00:00
commit 99e771a223
403 changed files with 61684 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
set( Kit_SRCS
ManageFilename.cpp
Test.cpp
)
add_library(ManageFilename SHARED ${Kit_SRCS})
install(TARGETS ManageFilename
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib/static)