Skip to content

Commit

Permalink
ECS: Fix cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Saverio976 committed Nov 1, 2023
1 parent 08d2fbe commit cdc35e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions libs/B-luga-graphics/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ set(BLUGA_INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_INCLUDEDIR}")

add_subdirectory(deps)

add_custom_command(
TARGET ${PROJECT_NAME}
PRE_BUILD
COMMAND ${CMAKE_COMMAND} --build ${raylib_BINARY_DIR}
)

target_include_directories(
${PROJECT_NAME}
INTERFACE
Expand Down
2 changes: 0 additions & 2 deletions libs/B-luga-graphics/deps/bluga-physics/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ FetchContent_Declare(

FetchContent_MakeAvailable(b-luga-physics)

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

target_link_libraries(
${PROJECT_NAME}
INTERFACE
Expand Down

0 comments on commit cdc35e9

Please sign in to comment.