mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-04-12 18:10:24 +08:00
Update CMakeLists.txt due to test_read.c and test_write.c have been renamed to m4 files
This commit is contained in:
parent
3a93d84a67
commit
ac86d8c9fb
@ -1,6 +1,6 @@
|
||||
INCLUDE_DIRECTORIES(${CMAKE_BINARY_DIR}/include)
|
||||
|
||||
SET (nc_test_m4_SOURCES test_get test_put)
|
||||
SET (nc_test_m4_SOURCES test_get test_put test_read test_write)
|
||||
FOREACH (F ${nc_test_m4_SOURCES})
|
||||
GEN_m4(${F})
|
||||
ENDFOREACH()
|
||||
@ -10,8 +10,6 @@ SET (nc_test_SRC
|
||||
error.c
|
||||
test_get.c
|
||||
test_put.c
|
||||
test_read.c
|
||||
test_write.c
|
||||
util.c
|
||||
)
|
||||
|
||||
@ -93,5 +91,5 @@ ENDIF()
|
||||
## Specify files to be distributed by 'make dist'
|
||||
FILE(GLOB CUR_EXTRA_DIST RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/*.c ${CMAKE_CURRENT_SOURCE_DIR}/*.h ${CMAKE_CURRENT_SOURCE_DIR}/*.sh)
|
||||
SET(CUR_EXTRA_DIST ${CUR_EXTRA_DIST} CMakeLists.txt Makefile.am)
|
||||
SET(CUR_EXTRA_DIST ${CUR_EXTRA_DIST} test_get.m4 test_put.m4 ref_tst_diskless2.cdl)
|
||||
SET(CUR_EXTRA_DIST ${CUR_EXTRA_DIST} test_get.m4 test_put.m4 test_read.m4 test_write.m4 ref_tst_diskless2.cdl)
|
||||
ADD_EXTRA_DIST("${CUR_EXTRA_DIST}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user