mirror of
https://github.com/ennorehling/cutest.git
synced 2024-12-22 07:52:21 +00:00
include headers for MSVC
This commit is contained in:
parent
51df8f5a71
commit
b5910573d0
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1,3 @@
|
|||||||
*~
|
*~
|
||||||
|
|
||||||
|
config
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
project (cutest C)
|
project (cutest C)
|
||||||
|
|
||||||
add_library (${PROJECT_NAME} CuTest.c)
|
FILE (GLOB LIB_HDR *.h)
|
||||||
|
add_library (${PROJECT_NAME} CuTest.c ${LIB_HDR})
|
||||||
|
|
||||||
add_executable (CuTestTest AllTests.c CuTestTest.c)
|
add_executable (CuTestTest AllTests.c CuTestTest.c)
|
||||||
target_link_libraries (CuTestTest cutest)
|
target_link_libraries (CuTestTest cutest)
|
||||||
|
Loading…
Reference in New Issue
Block a user