Skip to content

Commit 8274b6d

Browse files
committed
ok its meant to be without it. cmon part 6
1 parent 07b5527 commit 8274b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ CPMAddPackage("gh:OmgRod/External-Hook-API#master")
3030
add_subdirectory($ENV{GEODE_SDK} ${CMAKE_CURRENT_BINARY_DIR}/geode)
3131

3232
# Link the external-hook-api target to your project using the same style
33-
target_link_libraries(${PROJECT_NAME} PUBLIC external-hook-api)
33+
target_link_libraries(${PROJECT_NAME} external-hook-api)
3434

3535
# Setup Geode module (if applicable)
3636
setup_geode_mod(${PROJECT_NAME})

0 commit comments

Comments
 (0)