Cmake does not copy All the Chrono Dlls

24 views
Skip to first unread message

hj

unread,
Jan 25, 2023, 11:02:14 AM1/25/23
to ProjectChrono
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
Reply all
Reply to author
Forward
0 new messages