Browse Source

cloc command

feature/replace-renderer
Martin Dørum 3 years ago
parent
commit
62be077c26
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      CMakeLists.txt

+ 4
- 0
CMakeLists.txt View File

@@ -96,3 +96,7 @@ install(TARGETS swan DESTINATION swan)
install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/assets DESTINATION swan)

add_custom_target(check DEPENDS check_libswan)

add_custom_target(cloc
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
COMMAND cloc core.mod src libcygnet libswan)

Loading…
Cancel
Save