SimCenter Forum
SimCenter Training [Archived] => Programming Bootcamp => Topic started by: faisal on January 07, 2021, 03:29:49 PM
-
How to create .dll or .so or .lib using cmake? So that I can call its functions and public variables/typedefs from c and c++ projects into python. e.g., dll/lib/so for ../code/c++/ExerciseDay3/ex1
-
i did example in the shapes CMakeLists file,