Skip to content

Commit

Permalink
ECS: Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Saverio976 committed Oct 31, 2023
1 parent 4e6f516 commit 3800b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/B-luga-physics/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ FetchContent_Declare(

FetchContent_MakeAvailable(b-luga-physics)

target_link_libraries(${PROJECT_NAME} PRIVATE b-luga-physics)
target_link_libraries(${PROJECT_NAME} INTERFACE b-luga-physics)

# ------------------------------
# ------------------------------
Expand Down

0 comments on commit 3800b0b

Please sign in to comment.