add spdlog gtest
This commit is contained in:
2
main.cc
2
main.cc
@@ -1,9 +1,11 @@
|
||||
#include <SFML/System.hpp>
|
||||
#include <SFML/Graphics.hpp>
|
||||
#include <SFML/Window.hpp>
|
||||
#include <spdlog/spdlog.h>
|
||||
|
||||
|
||||
int main(int argc, char** const argv){
|
||||
spdlog::info("Hello, World!");
|
||||
sf::RenderWindow window(sf::VideoMode(800, 600), "mp");
|
||||
sf::Texture texture;
|
||||
sf::Sprite sprite;
|
||||
|
||||
Reference in New Issue
Block a user