Skip to content

Commit f223c32

Browse files
committed
cmon
1 parent d1cba32 commit f223c32

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ CPMAddPackage("gh:OmgRod/External-Hook-API#master")
2929
# Add your Geode SDK as a subdirectory
3030
add_subdirectory($ENV{GEODE_SDK} ${CMAKE_CURRENT_BINARY_DIR}/geode)
3131

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)
32+
# Link the external-hook-api target to your project using the same style
3433
target_link_libraries(${PROJECT_NAME} PRIVATE external-hook-api)
3534

3635
# Setup Geode module (if applicable)

0 commit comments

Comments
 (0)