bit more
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user