• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1set(MODULE_NAME COMMONFNS)
2
3set(${MODULE_NAME}_SOURCES
4    main.cpp
5    test_clamp.cpp
6    test_unary_fn.cpp
7    test_mix.cpp
8    test_step.cpp
9    test_smoothstep.cpp
10    test_binary_fn.cpp
11)
12
13include(../CMakeCommon.txt)
14