diff options
Diffstat (limited to 'src/core/stdfile')
-rw-r--r-- | src/core/stdfile/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/stdfile/CMakeLists.txt b/src/core/stdfile/CMakeLists.txt index a91f49e32a..3454bf4121 100644 --- a/src/core/stdfile/CMakeLists.txt +++ b/src/core/stdfile/CMakeLists.txt @@ -1,2 +1,3 @@ set(TARGET StdFile) -include(${CMAKE_SOURCE_DIR}/cmake/core.cmake)
\ No newline at end of file +include(${CMAKE_SOURCE_DIR}/cmake/core.cmake) +target_link_libraries(${TARGET} Shlwapi.lib)
\ No newline at end of file |