You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CMakeLists.txt 173B

12345
  1. project(editorconfig-core-go)
  2. cmake_minimum_required(VERSION 3.14)
  3. enable_testing()
  4. set(EDITORCONFIG_CMD ${CMAKE_CURRENT_LIST_DIR}/editorconfig)
  5. add_subdirectory(core-test)