This library contains code that extends and simplifies different operations
for C language based programs.
Revisión | 49c448bde811bf1d70af3d8d24d162b10c9aab98 (tree) |
---|---|
Tiempo | 2017-01-23 07:20:46 |
Autor | Sergey Gusarov <laborer2008@gmai...> |
Commiter | Sergey Gusarov |
Fixed windows.h test on non-windows platforms
@@ -104,4 +104,9 @@ | ||
104 | 104 | file(GLOB TESTS_INCLUDE "${TESTS_INCLUDE_DIR}/std/sys/*.h") |
105 | 105 | generateTest("${TESTS_INCLUDE}" "src;std;sys") |
106 | 106 | |
107 | +if (WIN32) | |
108 | + file(GLOB TESTS_INCLUDE "${TESTS_INCLUDE_DIR}/std/windows/*.h") | |
109 | + generateTest("${TESTS_INCLUDE}" "src;std;windows") | |
110 | +endif() | |
111 | + | |
107 | 112 | set(CMAKE_VERBOSE_MAKEFILE true) |