I created an extension and now I want to integrate it into Slicer’s project, like this.
i don’t known how to add it in cmake way ,it’s hard to learn slicer cmakelist
but i have a alternative way
right click the project ->add ->custom project
add your project debug or release into the slicer project
if you have more project,you can create a folder to manager them
but the bad news is that when out enviroment has changed,you have to do it again
1 Like
This is also a good solution, thanks