• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1link_libraries(ejdb2_s)
2foreach (EX IN ITEMS example1)
3  add_executable(${EX} ${EX}.c)
4  set_target_properties(${EX} PROPERTIES COMPILE_FLAGS "-DIW_STATIC")
5endforeach ()
6