質問編集履歴
1
だめだー
title
CHANGED
File without changes
|
body
CHANGED
@@ -125,4 +125,51 @@
|
|
125
125
|
find_package_handle_standard_args(IUTEST DEFAULT_MSG
|
126
126
|
IUTEST_INCLUDE_DIR
|
127
127
|
)
|
128
|
-
```
|
128
|
+
```
|
129
|
+
|
130
|
+
---
|
131
|
+
|
132
|
+
|
133
|
+
# 追記
|
134
|
+
|
135
|
+
```cmake
|
136
|
+
set(inferior_test_src
|
137
|
+
main.cpp
|
138
|
+
${CMAKE_SOURCE_DIR}/../inferioir/vector/inferior_vector.natvis
|
139
|
+
)
|
140
|
+
```
|
141
|
+
|
142
|
+
のように変更しましたがだめですね。
|
143
|
+
|
144
|
+
```
|
145
|
+
The CXX compiler identification is MSVC 19.12.25835.0
|
146
|
+
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
|
147
|
+
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
|
148
|
+
Detecting CXX compiler ABI info
|
149
|
+
Detecting CXX compiler ABI info - done
|
150
|
+
Detecting CXX compile features
|
151
|
+
Detecting CXX compile features - done
|
152
|
+
The C compiler identification is MSVC 19.12.25835.0
|
153
|
+
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
|
154
|
+
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
|
155
|
+
Detecting C compiler ABI info
|
156
|
+
Detecting C compiler ABI info - done
|
157
|
+
Detecting C compile features
|
158
|
+
Detecting C compile features - done
|
159
|
+
Found IUTEST: C:/Users/yumetodo/Documents/git/inferior/iutest/include
|
160
|
+
Configuring done
|
161
|
+
CMake Error at CMakeLists.txt:55 (add_executable):
|
162
|
+
Cannot find source file:
|
163
|
+
|
164
|
+
C:/Users/yumetodo/Documents/git/inferior/inferioir/vector/inferior_vector.natvis
|
165
|
+
|
166
|
+
Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
|
167
|
+
.hxx .in .txx
|
168
|
+
|
169
|
+
|
170
|
+
CMake Error: CMake can not determine linker language for target: inferior_test
|
171
|
+
Generating done
|
172
|
+
```
|
173
|
+
|
174
|
+
CMake: 3.10.1
|
175
|
+
Visual Studio 2017
|