🔥 Remove main.cpp/scratch derp from CMake 😳

This commit is contained in:
ThePhD 2023-12-14 23:35:25 -05:00
parent 0743b2fe44
commit fbfbf6899c
No known key found for this signature in database
GPG Key ID: 1509DB1C0F702BFA

View File

@ -451,6 +451,3 @@ if (FMT_MASTER_PROJECT AND EXISTS ${gitignore})
set(CPACK_RESOURCE_FILE_README ${PROJECT_SOURCE_DIR}/README.md) set(CPACK_RESOURCE_FILE_README ${PROJECT_SOURCE_DIR}/README.md)
include(CPack) include(CPack)
endif () endif ()
add_executable(scratch main.cpp)
target_link_libraries(scratch PRIVATE fmt::fmt)