NexGenAnalytics / MIT-MUQ

BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

TASK 1b: enable linking to MUQ via `target_link_libraries(exe_name muq::muq)` #4

Open fnrizzi opened 3 months ago

fnrizzi commented 3 months ago

"Update installation to use namespaces so that linking to MUQ simply involves target_link_libraries(exe_name muq::muq) See It’s time to do CMake right by Pablo Arias for details." https://pabloariasal.github.io/2018/02/19/its-time-to-do-cmake-right/