mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-09 22:00:06 +00:00
Prefix remaining OpenSubdiv CMake macros
This adds an "osd" prefix to the macros used to install far tutorials.
This commit is contained in:
parent
4c1889137f
commit
5df2fb9f3f
@ -21,7 +21,7 @@
|
|||||||
# KIND, either express or implied. See the Apache License for the specific
|
# KIND, either express or implied. See the Apache License for the specific
|
||||||
# language governing permissions and limitations under the Apache License.
|
# language governing permissions and limitations under the Apache License.
|
||||||
#
|
#
|
||||||
macro(_add_far_tutorial NAME)
|
macro(osd_add_far_tutorial NAME)
|
||||||
|
|
||||||
osd_add_executable(${NAME} "tutorials/far"
|
osd_add_executable(${NAME} "tutorials/far"
|
||||||
${ARGN}
|
${ARGN}
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
# KIND, either express or implied. See the Apache License for the specific
|
# KIND, either express or implied. See the Apache License for the specific
|
||||||
# language governing permissions and limitations under the Apache License.
|
# language governing permissions and limitations under the Apache License.
|
||||||
#
|
#
|
||||||
_add_far_tutorial(
|
osd_add_far_tutorial(
|
||||||
far_tutorial_1_1
|
far_tutorial_1_1
|
||||||
far_tutorial_1_1.cpp
|
far_tutorial_1_1.cpp
|
||||||
)
|
)
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
# KIND, either express or implied. See the Apache License for the specific
|
# KIND, either express or implied. See the Apache License for the specific
|
||||||
# language governing permissions and limitations under the Apache License.
|
# language governing permissions and limitations under the Apache License.
|
||||||
#
|
#
|
||||||
_add_far_tutorial(
|
osd_add_far_tutorial(
|
||||||
far_tutorial_1_2
|
far_tutorial_1_2
|
||||||
far_tutorial_1_2.cpp
|
far_tutorial_1_2.cpp
|
||||||
)
|
)
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
# KIND, either express or implied. See the Apache License for the specific
|
# KIND, either express or implied. See the Apache License for the specific
|
||||||
# language governing permissions and limitations under the Apache License.
|
# language governing permissions and limitations under the Apache License.
|
||||||
#
|
#
|
||||||
_add_far_tutorial(
|
osd_add_far_tutorial(
|
||||||
far_tutorial_2_1
|
far_tutorial_2_1
|
||||||
far_tutorial_2_1.cpp
|
far_tutorial_2_1.cpp
|
||||||
)
|
)
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
# KIND, either express or implied. See the Apache License for the specific
|
# KIND, either express or implied. See the Apache License for the specific
|
||||||
# language governing permissions and limitations under the Apache License.
|
# language governing permissions and limitations under the Apache License.
|
||||||
#
|
#
|
||||||
_add_far_tutorial(
|
osd_add_far_tutorial(
|
||||||
far_tutorial_2_2
|
far_tutorial_2_2
|
||||||
far_tutorial_2_2.cpp
|
far_tutorial_2_2.cpp
|
||||||
)
|
)
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
# KIND, either express or implied. See the Apache License for the specific
|
# KIND, either express or implied. See the Apache License for the specific
|
||||||
# language governing permissions and limitations under the Apache License.
|
# language governing permissions and limitations under the Apache License.
|
||||||
#
|
#
|
||||||
_add_far_tutorial(
|
osd_add_far_tutorial(
|
||||||
far_tutorial_2_3
|
far_tutorial_2_3
|
||||||
far_tutorial_2_3.cpp
|
far_tutorial_2_3.cpp
|
||||||
)
|
)
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
# KIND, either express or implied. See the Apache License for the specific
|
# KIND, either express or implied. See the Apache License for the specific
|
||||||
# language governing permissions and limitations under the Apache License.
|
# language governing permissions and limitations under the Apache License.
|
||||||
#
|
#
|
||||||
_add_far_tutorial(
|
osd_add_far_tutorial(
|
||||||
far_tutorial_3_1
|
far_tutorial_3_1
|
||||||
far_tutorial_3_1.cpp
|
far_tutorial_3_1.cpp
|
||||||
)
|
)
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
# KIND, either express or implied. See the Apache License for the specific
|
# KIND, either express or implied. See the Apache License for the specific
|
||||||
# language governing permissions and limitations under the Apache License.
|
# language governing permissions and limitations under the Apache License.
|
||||||
#
|
#
|
||||||
_add_far_tutorial(
|
osd_add_far_tutorial(
|
||||||
far_tutorial_4_1
|
far_tutorial_4_1
|
||||||
far_tutorial_4_1.cpp
|
far_tutorial_4_1.cpp
|
||||||
)
|
)
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
# KIND, either express or implied. See the Apache License for the specific
|
# KIND, either express or implied. See the Apache License for the specific
|
||||||
# language governing permissions and limitations under the Apache License.
|
# language governing permissions and limitations under the Apache License.
|
||||||
#
|
#
|
||||||
_add_far_tutorial(
|
osd_add_far_tutorial(
|
||||||
far_tutorial_4_2
|
far_tutorial_4_2
|
||||||
far_tutorial_4_2.cpp
|
far_tutorial_4_2.cpp
|
||||||
)
|
)
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
# KIND, either express or implied. See the Apache License for the specific
|
# KIND, either express or implied. See the Apache License for the specific
|
||||||
# language governing permissions and limitations under the Apache License.
|
# language governing permissions and limitations under the Apache License.
|
||||||
#
|
#
|
||||||
_add_far_tutorial(
|
osd_add_far_tutorial(
|
||||||
far_tutorial_4_3
|
far_tutorial_4_3
|
||||||
far_tutorial_4_3.cpp
|
far_tutorial_4_3.cpp
|
||||||
)
|
)
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
# KIND, either express or implied. See the Apache License for the specific
|
# KIND, either express or implied. See the Apache License for the specific
|
||||||
# language governing permissions and limitations under the Apache License.
|
# language governing permissions and limitations under the Apache License.
|
||||||
#
|
#
|
||||||
_add_far_tutorial(
|
osd_add_far_tutorial(
|
||||||
far_tutorial_5_1
|
far_tutorial_5_1
|
||||||
far_tutorial_5_1.cpp
|
far_tutorial_5_1.cpp
|
||||||
)
|
)
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
# KIND, either express or implied. See the Apache License for the specific
|
# KIND, either express or implied. See the Apache License for the specific
|
||||||
# language governing permissions and limitations under the Apache License.
|
# language governing permissions and limitations under the Apache License.
|
||||||
#
|
#
|
||||||
_add_far_tutorial(
|
osd_add_far_tutorial(
|
||||||
far_tutorial_5_2
|
far_tutorial_5_2
|
||||||
far_tutorial_5_2.cpp
|
far_tutorial_5_2.cpp
|
||||||
$<TARGET_OBJECTS:regression_common_obj>
|
$<TARGET_OBJECTS:regression_common_obj>
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
# KIND, either express or implied. See the Apache License for the specific
|
# KIND, either express or implied. See the Apache License for the specific
|
||||||
# language governing permissions and limitations under the Apache License.
|
# language governing permissions and limitations under the Apache License.
|
||||||
#
|
#
|
||||||
_add_far_tutorial(
|
osd_add_far_tutorial(
|
||||||
far_tutorial_5_3
|
far_tutorial_5_3
|
||||||
far_tutorial_5_3.cpp
|
far_tutorial_5_3.cpp
|
||||||
$<TARGET_OBJECTS:regression_common_obj>
|
$<TARGET_OBJECTS:regression_common_obj>
|
||||||
|
Loading…
Reference in New Issue
Block a user