Преглед на файлове

Examples in LemmaCore target CXX 14

lagkey
Trevor Irons преди 6 години
родител
ревизия
c7b59c6458
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2
    1
      Modules/LemmaCore/examples/CMakeLists.txt

+ 2
- 1
Modules/LemmaCore/examples/CMakeLists.txt Целия файл

29
 
29
 
30
 add_executable( CubicSplineInterpolator  CubicSplineInterpolator.cpp )
30
 add_executable( CubicSplineInterpolator  CubicSplineInterpolator.cpp )
31
 target_link_libraries(CubicSplineInterpolator "lemmacore")
31
 target_link_libraries(CubicSplineInterpolator "lemmacore")
32
+set_property(TARGET CubicSplineInterpolator PROPERTY CXX_STANDARD 14)
32
 
33
 
33
 add_executable( filter  filter.cpp )
34
 add_executable( filter  filter.cpp )
34
 target_link_libraries(filter "lemmacore")
35
 target_link_libraries(filter "lemmacore")
35
-
36
+set_property(TARGET filter PROPERTY CXX_STANDARD 14)
36
 
37
 
37
 
38
 

Loading…
Отказ
Запис