소스 검색

Update CMakeLists

Make it work with Meson.
master
TheoryOfNekomata 10 달 전
부모
커밋
4f451a89f1
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      CMakeLists.txt

+ 3
- 3
CMakeLists.txt 파일 보기

@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.24)
project(ini-config C)
project(ini_config C)
set(CMAKE_C_STANDARD 11)

include(CTest)
@@ -10,7 +10,7 @@ include_directories(
)

add_library(
ini-config STATIC
ini_config STATIC
src/ini-config.c
src/ini-config.h
src/types/int.c
@@ -20,7 +20,7 @@ add_library(
)

add_executable(
test-int
test_int
minIni/dev/minIni.h
minIni/dev/minIni.c
tests/test-int.c


불러오는 중...
취소
저장