parallax icon indicating copy to clipboard operation
parallax copied to clipboard

[refactor] cmake share libs flag

Open Toutou98 opened this issue 1 year ago • 1 comments
trafficstars

I would like to request the addition of the -DBUILD_SHARED_LIBS=ON flag to the CMake configuration of this project. From: cmake .. To: cmake .. -DBUILD_SHARED_LIBS=ON

Toutou98 avatar Apr 18 '24 12:04 Toutou98

Hello @Toutou98, we already support this flag https://github.com/CARV-ICS-FORTH/parallax/blob/master/CMakeLists.txt#L12 .

innerout avatar Apr 25 '24 16:04 innerout