标签: cmake command-line-arguments
为什么我在项目的CMakeLists.txt中为测试指定了以下行:
enable_testing() set(filesyst_rsc "${CMAKE_CURRENT_LIST_DIR}/test/filesyst-rsc") add_test(test_filesystem test-filesystem ${filesyst_rsc})
并且在Visual Studio 2010中,为test_filesystem生成的项目没有指定命令行参数???