JeffersonLab / SRO-RTDP

1 stars 0 forks source link

Add CMakeLists.txt to SRO-RTDP #24

Closed faustus123 closed 9 months ago

faustus123 commented 11 months ago

Add a CMakeLists.txt file to the top level of the SRO-RTDP directory. This should be done after PR #21 is merged so it can install the rtdp.py script as rtdp into an installation bin directory.

This will eventually need to create other directories for python modules, C/C++ libraries, plugins, Java classes, etc. These may not need to be added just now, but keep it in mind when structuring the cmake configuration.

AyanRoy16 commented 9 months ago

Added the Cmake for the python file. Feel free to re open when needed