瀏覽代碼

Examples in LemmaCore target CXX 14

lagkey
Trevor Irons 7 年之前
父節點
當前提交
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…
取消
儲存