Skip to content

Commit 0cc48ed

Browse files
committed
cmon part 4: screw it
1 parent 426ffd8 commit 0cc48ed

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} INTERFACE 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)