whoops lmao

This commit is contained in:
Furkan Mudanyali 2023-05-28 00:30:20 +03:00
parent 0ac7d6e7aa
commit 5a90c96615

View File

@ -123,7 +123,7 @@ TARGET_LINK_LIBRARIES(HomdEngine
# under macOS, we need to replace its signature to allow profiling.
IF(APPLE AND CMAKE_BUILD_TYPE STREQUAL "Debug")
ADD_CUSTOM_COMMAND(
TARGET GlandMiner POST_BUILD
TARGET HomdEngine POST_BUILD
COMMAND /usr/bin/codesign -s -
--entitlements ${CMAKE_SOURCE_DIR}/debug.entitlements
-f ${CMAKE_CURRENT_BINARY_DIR}/HomdEngine