CMakeLists.txt 100 B

1234567
  1. if(WIN32)
  2. add_executable(stamp
  3. stamp.c
  4. )
  5. target_link_libraries(stamp bee2_static)
  6. endif()