浏览代码

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
 

正在加载...
取消
保存