Cycling74 / max-sdk

Software Development Kit for Max by Cycling '74
Other
262 stars 57 forks source link

Changed path in CMakeLists.txt files #55

Open andreaagostini opened 2 years ago

andreaagostini commented 2 years ago

I changed the paths in the CMakeLists.txt files for each external project in the source folder, so as to make it easier to create new packages based upon the Max sdk. It is now sufficient to create a new package with a directory structure similar to that of the Max sdk; copy the CMakeLists.txt from max-sdk; copy any project directory, such as source/basics/simplemax; modify the file names; and run cmake from there.