Consider adding target link library instructions in CMake files in Re::Solve subdirectories. Currently, target link library instructions are all in CMake file in the resolve directory. Moving these commands to subdirectories would make resolve dir CMake less cluttered and more intuitive.
This was suggested by @cameronrutherford in #140 (see below).
Consider adding target link library instructions in CMake files in Re::Solve subdirectories. Currently, target link library instructions are all in CMake file in the
resolve
directory. Moving these commands to subdirectories would makeresolve
dir CMake less cluttered and more intuitive.This was suggested by @cameronrutherford in #140 (see below).
Per my previous comments, we would just be moving where the
target_link_libraries
call actually happens. Again, purely a cosmetic suggestion_Originally posted by @cameronrutherford in https://github.com/ORNL/ReSolve/pull/140#discussion_r1501104271_