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 d1cba32 commit f223c32Copy full SHA for f223c32
CMakeLists.txt
@@ -29,8 +29,7 @@ CPMAddPackage("gh:OmgRod/External-Hook-API#master")
29
# Add your Geode SDK as a subdirectory
30
add_subdirectory($ENV{GEODE_SDK} ${CMAKE_CURRENT_BINARY_DIR}/geode)
31
32
-# Link the external-hook-api target to your project if required
33
-# (this is assuming that CPM adds a target named `external-hook-api` for you)
+# Link the external-hook-api target to your project using the same style
34
target_link_libraries(${PROJECT_NAME} PRIVATE external-hook-api)
35
36
# Setup Geode module (if applicable)
0 commit comments