Skip to content

Commit

Permalink
Added glog just in case it's not in the path
Browse files Browse the repository at this point in the history
  • Loading branch information
BramTeurlings committed Aug 29, 2024
1 parent 5d5bdfa commit e74fdee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gamebridge_reshade/CMakelists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,4 @@ target_link_libraries(${PROJECT_NAME} PRIVATE
target_link_options(${PROJECT_NAME} PRIVATE "/DELAYLOAD:SimulatedRealityCore${BUILD_PLATFORM}.dll")
target_link_options(${PROJECT_NAME} PRIVATE "/DELAYLOAD:SimulatedRealityDirectX${BUILD_PLATFORM}.dll")
target_link_options(${PROJECT_NAME} PRIVATE "/DELAYLOAD:opencv_world343.dll")
target_link_options(${PROJECT_NAME} PRIVATE "/DELAYLOAD:glog.dll")

0 comments on commit e74fdee

Please sign in to comment.