feature remove test
Some checks failed
build-crpc / build (Debug, host.toolchain.cmake) (push) Waiting to run
build-crpc / build (Debug, mingw-w64-x86_64.toolchain.cmake) (push) Failing after 12m0s
build-crpc / build (Release, host.toolchain.cmake) (push) Has been cancelled
build-crpc / build (Release, mingw-w64-x86_64.toolchain.cmake) (push) Has been cancelled
Some checks failed
build-crpc / build (Debug, host.toolchain.cmake) (push) Waiting to run
build-crpc / build (Debug, mingw-w64-x86_64.toolchain.cmake) (push) Failing after 12m0s
build-crpc / build (Release, host.toolchain.cmake) (push) Has been cancelled
build-crpc / build (Release, mingw-w64-x86_64.toolchain.cmake) (push) Has been cancelled
This commit is contained in:
parent
d908772e38
commit
075c3df7a3
@ -43,15 +43,16 @@ target_link_libraries(crpc PRIVATE
|
||||
antlr4_static
|
||||
)
|
||||
|
||||
FILE(GLOB_RECURSE TEST_SRC_LIST ${CMAKE_CURRENT_BINARY_DIR}/grammar/*.c)
|
||||
add_executable(test ${TEST_SRC_LIST}
|
||||
test/test.c
|
||||
)
|
||||
|
||||
target_include_directories(test PRIVATE
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/3party/tpl
|
||||
)
|
||||
|
||||
add_dependencies(crpc antlr4cpp_generation_tqcq)
|
||||
|
||||
INSTALL(TARGETS crpc DESTINATION bin)
|
||||
|
||||
#FILE(GLOB_RECURSE TEST_SRC_LIST ${CMAKE_CURRENT_BINARY_DIR}/grammar/*.c)
|
||||
#add_executable(test ${TEST_SRC_LIST}
|
||||
# test/test.c
|
||||
#)
|
||||
#
|
||||
#target_include_directories(test PRIVATE
|
||||
# ${CMAKE_CURRENT_SOURCE_DIR}/3party/tpl
|
||||
#)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user