Make desktop core dependencies portable

This commit is contained in:
2026-08-15 13:01:11 +02:00
parent d869edfaa8
commit 925869d2f4
4 changed files with 104 additions and 84 deletions
-2
View File
@@ -2,9 +2,7 @@
include(CMakeFindDependencyMacro)
find_dependency(OpenGL)
find_dependency(PNG)
find_dependency(SDL3 CONFIG)
find_dependency(glm CONFIG)
include("${CMAKE_CURRENT_LIST_DIR}/VectorailCoreTargets.cmake")