Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
starseeker committed Sep 9, 2024
1 parent 288e25e commit 59d1e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ add_custom_target(dll_typecheck
# Check that Windows LoadLibrary call can succeed with our dll outputs
###############################################################################
if (WIN32)
add_executable(lltest ${CMAKE_CURRENT_SOURCE_DIR}/LoadLibraryTest.cpp)
add_executable(lltest ${CMAKE_SOURCE_DIR}/CMake/LoadLibraryTest.cpp)
add_custom_target(dll_loadcheck
COMMAND ${CMAKE_COMMAND} -DCMAKE_BUILD_TYPE=\"$<CONFIG>\" -DLEXEC=\"$<TARGET_FILE>:lltest\" -DDLL_DIR=\"${CMAKE_INSTALL_PREFIX}/bext_output/install/bin\" -P ${CMAKE_SOURCE_DIR}/CMake/LoadLibraryCheck.cmake
DEPENDS lltest
Expand Down

0 comments on commit 59d1e24

Please sign in to comment.