Hello
When I use Cmake to build the sln file, I have this in the Cmakelist.txt:
#--------------------------------------------------------------
# Append to the parent's list of DLLs (and make it visible up)
#--------------------------------------------------------------
list(APPEND ALL_DLLS "${CHRONO_DLLS}")
set(ALL_DLLS "${ALL_DLLS}" PARENT_SCOPE)
Which is I guess to copy all the dlls of chrono to my directory but it does
not!. So every time I just copy paste the dlls to my dir after making the
sln file.
Is there anything I'm missing to do to fix this ? so that Cmake does this
itself? Any feedback would be highly appreciated. I add that I'm new to
Cmake and C++ :)
Thanks
--
You received this message because you are subscribed to the Google Groups
"ProjectChrono" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/projectchrono/b8320b2b-5c29-4b4c-beb7-5eeb07039257n%40googlegroups.com.