Skip to content

Commit

Permalink
ECS: Try cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Saverio976 committed Nov 1, 2023
1 parent aa4df31 commit c1d17ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions libs/B-luga/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ target_include_directories(
$<INSTALL_INTERFACE:include>
)

target_include_directories(
${PROJECT_NAME}
PRIVATE
${BLUGA_INCLUDE_BUILD_DIR}
)

target_sources(
${PROJECT_NAME}
PRIVATE
Expand Down

0 comments on commit c1d17ca

Please sign in to comment.