back to debug messages

This commit is contained in:
jadebenn 2024-04-06 19:04:59 -05:00
parent bdf9adc0e8
commit 07626f8ebb

View File

@ -4,7 +4,11 @@ enable_testing()
find_package(GoogleTest REQUIRED)
include(GoogleTest)
message(STATUS "CMAKE_RUNTIME_OUTPUT_DIRECTORY = ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}")
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/bin)
message(STATUS "CMAKE_RUNTIME_OUTPUT_DIRECTORY = ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}")
message(STATUS "Executable Path: @executable_path")
if(APPLE)
set(CMAKE_INSTALL_RPATH_USE_LINK_PATH True)