1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

Adding UnitsAPI in resources for FoundationClasses.tcl of OS package.

This commit is contained in:
bugmaster 2013-09-17 10:49:54 +04:00
parent d5aedb2c6d
commit 39aac5778a

View File

@ -25,7 +25,10 @@ proc FoundationClasses:toolkits { } {
;# Autres UDs a prendre.
;#
proc FoundationClasses:ressources { } {
return [list [list both r OS {} ]] \
return [list \
[list both r OS {} ] \
[list both r UnitsAPI {} ] \
]
}
;
;#