Skip to content

Instantly share code, notes, and snippets.

@mottosso
mottosso / CMakeLists.txt
Last active July 21, 2025 20:20
MyData - How to use MPxData with Maya
cmake_minimum_required(VERSION 2.8)
# include the project setting file
include($ENV{DEVKIT_LOCATION}/cmake/pluginEntry.cmake)
# specify project name
set(PROJECT_NAME MyData)
set(SOURCE_FILES
Sender.cpp