mirror of
https://github.com/OpenCMT/uLib.git
synced 2025-12-06 15:31:31 +01:00
[uLib Geometry]
non working version! + adds ProgrammableAccessor + renaming of some Image structures ...
This commit is contained in:
14
tmp/CodeLoop/src/CMakeLists.txt
Normal file
14
tmp/CodeLoop/src/CMakeLists.txt
Normal 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)
|
||||
|
||||
Reference in New Issue
Block a user