Sfoglia il codice sorgente

cloc command

feature/replace-renderer
Martin Dørum 3 anni fa
parent
commit
62be077c26
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4
    0
      CMakeLists.txt

+ 4
- 0
CMakeLists.txt Vedi 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…
Annulla
Salva