Skip to content

Commit

Permalink
style: 🛁 linting
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneylab committed Mar 25, 2024
1 parent afd545b commit d03ddd9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,12 @@ endif()
include(Dependencies.cmake)
life_logistics_setup_dependencies()

add_executable(LifeLogistics src/main.cpp src/map.cpp src/systems.cpp src/templates.cpp)
add_executable(
LifeLogistics
src/main.cpp
src/map.cpp
src/systems.cpp
src/templates.cpp)
set_target_properties(LifeLogistics PROPERTIES CXX_CLANG_TIDY
"${CLANG_TIDY_COMMAND}")
target_link_libraries(
Expand All @@ -49,7 +54,7 @@ target_link_libraries(
fmt
raylib
spdlog::spdlog_header_only
INTERFACE life_logistics_compiler_flags)
life_logistics_compiler_flags)

target_include_directories(LifeLogistics PUBLIC "${PROJECT_BINARY_DIR}")

Expand Down

0 comments on commit d03ddd9

Please sign in to comment.