SimCenter Forum

SimCenter Training => Programming Bootcamp => Topic started by: faisal on January 07, 2021, 03:29:49 PM

Title: Example for lib from cmak file
Post 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
Title: Re: Example for lib from cmak file
Post by: fmk on January 08, 2021, 04:47:00 PM
i did example in the shapes CMakeLists file,