C++ベースのLightweightなHTTPサーバー
| Revision | 384af4ee049884e91023a6690721e37e5913d3e2 (tree) |
|---|---|
| Time | 2013-03-17 14:07:27 |
| Author | Michio Hirai <smg_ykz@user...> |
| Commiter | Michio Hirai |
[BugFix] Fix the problem that cxx_executable target was wrongly put into the ctest.
| @@ -50,7 +50,6 @@ function(cxx_executable exename link_libs) | ||
| 50 | 50 | target_link_libraries(${exename} ${li}) |
| 51 | 51 | endforeach(li) |
| 52 | 52 | set_property(DIRECTORY APPEND PROPERTY DIR_TEST_TARGETS "${exename}") |
| 53 | - add_test(${exename} ${CMAKE_CURRENT_BINARY_DIR}/${exename}) | |
| 54 | 53 | endfunction(cxx_executable) |
| 55 | 54 | |
| 56 | 55 |