Move deck list to its own folder ahead of refactor.

Took 39 minutes
This commit is contained in:
Lukas Brübach 2025-09-04 22:08:22 +02:00
parent da52d677c7
commit 7f157496d3
26 changed files with 26 additions and 26 deletions

View file

@ -1,6 +1,6 @@
add_definitions("-DCARDDB_DATADIR=\"${CMAKE_CURRENT_SOURCE_DIR}/data/\"")
add_executable(
loading_from_clipboard_test ../../common/decklist.cpp clipboard_testing.cpp loading_from_clipboard_test.cpp
loading_from_clipboard_test ../../common/deck_list/deck_list.cpp clipboard_testing.cpp loading_from_clipboard_test.cpp
)
if(NOT GTEST_FOUND)

View file

@ -1,7 +1,7 @@
#ifndef CLIPBOARD_TESTING_H
#define CLIPBOARD_TESTING_H
#include "../../common/decklist.h"
#include "../../common/deck_list/decklist.h"
#include "gtest/gtest.h"