質問編集履歴

1

だめだー

2018/02/24 14:56

投稿

yumetodo
yumetodo

スコア5850

test CHANGED
File without changes
test CHANGED
@@ -253,3 +253,97 @@
253
253
  )
254
254
 
255
255
  ```
256
+
257
+
258
+
259
+ ---
260
+
261
+
262
+
263
+
264
+
265
+ # 追記
266
+
267
+
268
+
269
+ ```cmake
270
+
271
+ set(inferior_test_src
272
+
273
+ main.cpp
274
+
275
+ ${CMAKE_SOURCE_DIR}/../inferioir/vector/inferior_vector.natvis
276
+
277
+ )
278
+
279
+ ```
280
+
281
+
282
+
283
+ のように変更しましたがだめですね。
284
+
285
+
286
+
287
+ ```
288
+
289
+ The CXX compiler identification is MSVC 19.12.25835.0
290
+
291
+ Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.12.25827/bin/Hostx86/x64/cl.exe
292
+
293
+ Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.12.25827/bin/Hostx86/x64/cl.exe -- works
294
+
295
+ Detecting CXX compiler ABI info
296
+
297
+ Detecting CXX compiler ABI info - done
298
+
299
+ Detecting CXX compile features
300
+
301
+ Detecting CXX compile features - done
302
+
303
+ The C compiler identification is MSVC 19.12.25835.0
304
+
305
+ Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.12.25827/bin/Hostx86/x64/cl.exe
306
+
307
+ Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.12.25827/bin/Hostx86/x64/cl.exe -- works
308
+
309
+ Detecting C compiler ABI info
310
+
311
+ Detecting C compiler ABI info - done
312
+
313
+ Detecting C compile features
314
+
315
+ Detecting C compile features - done
316
+
317
+ Found IUTEST: C:/Users/yumetodo/Documents/git/inferior/iutest/include
318
+
319
+ Configuring done
320
+
321
+ CMake Error at CMakeLists.txt:55 (add_executable):
322
+
323
+ Cannot find source file:
324
+
325
+
326
+
327
+ C:/Users/yumetodo/Documents/git/inferior/inferioir/vector/inferior_vector.natvis
328
+
329
+
330
+
331
+ Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
332
+
333
+ .hxx .in .txx
334
+
335
+
336
+
337
+
338
+
339
+ CMake Error: CMake can not determine linker language for target: inferior_test
340
+
341
+ Generating done
342
+
343
+ ```
344
+
345
+
346
+
347
+ CMake: 3.10.1
348
+
349
+ Visual Studio 2017