We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75d2a94 commit 24c2fbbCopy full SHA for 24c2fbb
suite/cstest/CMakeLists.txt
@@ -101,6 +101,7 @@ set(CSTEST_INCLUDE_DIR ${CSTEST_DIR}/include)
101
file(GLOB CSTEST_SRC ${CSTEST_DIR}/src/*.c)
102
add_executable(cstest ${CSTEST_SRC})
103
add_library(libcstest STATIC ${CSTEST_SRC})
104
+set_property(TARGET libcstest PROPERTY OUTPUT_NAME libcstest)
105
106
add_dependencies(cstest cmocka_ext)
107
add_dependencies(cstest libcyaml_ext)
0 commit comments