We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 426ffd8 commit 0cc48edCopy full SHA for 0cc48ed
CMakeLists.txt
@@ -30,7 +30,7 @@ CPMAddPackage("gh:OmgRod/External-Hook-API#master")
30
add_subdirectory($ENV{GEODE_SDK} ${CMAKE_CURRENT_BINARY_DIR}/geode)
31
32
# Link the external-hook-api target to your project using the same style
33
-target_link_libraries(${PROJECT_NAME} INTERFACE external-hook-api)
+target_link_libraries(${PROJECT_NAME} external-hook-api)
34
35
# Setup Geode module (if applicable)
36
setup_geode_mod(${PROJECT_NAME})
0 commit comments