CMakeLists.txt 98 B

123456
  1. set(SOURCES
  2. Main.cpp
  3. )
  4. serenity_lib_static(LibMain main)
  5. target_link_libraries(LibMain LibC)