Initial Vectorail Core library
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
@PACKAGE_INIT@
|
||||
|
||||
include(CMakeFindDependencyMacro)
|
||||
find_dependency(OpenGL)
|
||||
find_dependency(PNG)
|
||||
find_dependency(SDL3 CONFIG)
|
||||
find_dependency(glm CONFIG)
|
||||
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/VectorailCoreTargets.cmake")
|
||||
|
||||
Reference in New Issue
Block a user