Author Topic: Example for lib from cmak file  (Read 5085 times)

faisal

  • Newbie
  • *
  • Posts: 5
    • View Profile
Example for lib from cmak file
« 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

fmk

  • Administrator
  • Full Member
  • *****
  • Posts: 232
    • View Profile
Re: Example for lib from cmak file
« Reply #1 on: January 08, 2021, 04:47:00 PM »
i did example in the shapes CMakeLists file,