We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd6c242 commit 1faee0eCopy full SHA for 1faee0e
1 file changed
cli/CMakeLists.txt
@@ -7,6 +7,9 @@ file(GLOB mainfile "main.cpp")
7
list(REMOVE_ITEM srcs ${mainfile})
8
9
link_libraries(${PROJECT_NAME} tinyxml)
10
+if( MSVC )
11
+ link_libraries(${PROJECT_NAME} Shlwapi)
12
+endif( MSVC )
13
14
add_library(cli_lib OBJECT ${hdrs} ${srcs})
15
0 commit comments