File: CMakeLists.txt

package info (click to toggle)
golang-github-editorconfig-editorconfig-core-go 2.6.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 220 kB
  • sloc: makefile: 32
file content (5 lines) | stat: -rw-r--r-- 173 bytes parent folder | download
1
2
3
4
5
cmake_minimum_required(VERSION 3.13)
project(editorconfig-core-go)
enable_testing()
set(EDITORCONFIG_CMD ${CMAKE_CURRENT_LIST_DIR}/editorconfig)
add_subdirectory(core-test)