Selaa lähdekoodia

Update CMakeLists

Make it work with Meson.
master
TheoryOfNekomata 4 kuukautta sitten
vanhempi
commit
4f451a89f1
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. +3
    -3
      CMakeLists.txt

+ 3
- 3
CMakeLists.txt Näytä tiedosto

@@ -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


Ladataan…
Peruuta
Tallenna