This commit is contained in:
2023-01-18 19:06:01 -08:00
parent 100dcaf79d
commit 6edbb3646f
8 changed files with 103 additions and 116 deletions

View File

@@ -22,7 +22,6 @@ message(STATUS "Magnum found: ${MAGNUM_FOUND}")
corrade_add_resource(RESOURCES Assets/resources.conf)
# Set the sources, allows VS to filter them properly
file(GLOB SOURCES "src/*.cpp")
file(GLOB HEADERS "src/*.h")
@@ -31,6 +30,9 @@ include_directories(include)
add_executable(${PNAME} ${SOURCES}
${RESOURCES})
message(STATUS "sources: ${SOURCES}")
add_dependencies(${PNAME} Magnum::TgaImporter)
target_link_libraries(${PNAME} PRIVATE