Skip to content

Commit

Permalink
add helper dep to file
Browse files Browse the repository at this point in the history
  • Loading branch information
Yangff committed Feb 25, 2024
1 parent 1df1246 commit b975796
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deps/first/File/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ endif ()
# Enabling c++20 support
target_compile_features(${TARGET} PUBLIC cxx_std_20)

target_link_libraries(${TARGET} PUBLIC Helpers)

target_compile_definitions(${TARGET} PRIVATE
RC_${MODULE_NAME}_EXPORTS
$<$<NOT:$<BOOL:${UE4SS_${TARGET}_BUILD_SHARED}>>:
Expand Down

0 comments on commit b975796

Please sign in to comment.