Open paulfd opened 5 years ago
Hi,
I added a couple lines in the CMakeFiles.txt to be able to build against the static library. It works when the library is built using add_subdirectory and should not impact existing targets.
add_subdirectory
Hi,
I added a couple lines in the CMakeFiles.txt to be able to build against the static library. It works when the library is built using
add_subdirectory
and should not impact existing targets.