add a log message and find the path of the DLL to load the configurations later

This commit is contained in:
Sven Czarnian
2021-08-11 08:29:14 +02:00
parent ac022f55fc
commit fad3ca0de1
2 changed files with 13 additions and 1 deletions

View File

@@ -49,7 +49,7 @@ ADD_LIBRARY(
# define the dependencies
TARGET_INCLUDE_DIRECTORIES(ArrivalMANager INTERFACE EuroScope)
TARGET_LINK_LIBRARIES(ArrivalMANager EuroScope GSL)
TARGET_LINK_LIBRARIES(ArrivalMANager EuroScope GSL Shlwapi.lib)
# configure the debugger and update the linker flags
IF(MSVC)