We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b17ded commit a932228Copy full SHA for a932228
1 file changed
CMakeLists.txt
@@ -180,9 +180,8 @@ if(VIENNAPS_PRECOMPILE_HEADERS)
180
target_compile_definitions(${LIB_NAME} PRIVATE VIENNAPS_USE_PRECOMPILED=1
181
VIENNACORE_COMPILE_SHARED_LIB=1)
182
target_sources(
183
- ${LIB_NAME}
184
- PRIVATE "lib/specMain.cpp" "lib/specGeometries.cpp" "lib/specModelsEmulation.cpp"
185
- "lib/specModelsSimulation.cpp" "lib/specProcess.cpp")
+ ${LIB_NAME} PRIVATE "lib/specMain.cpp" "lib/specGeometries.cpp" "lib/specModelsEmulation.cpp"
+ "lib/specModelsSimulation.cpp" "lib/specProcess.cpp")
186
187
set_target_properties(
188
${LIB_NAME}
0 commit comments