mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-10 21:27:52 -04:00
5 lines
204 B
CMake
5 lines
204 B
CMake
|
# When a dependency is added with add_subdirectory, but searched with find_package
|
||
|
|
||
|
# Redirect to the directory added with add_subdirectory
|
||
|
add_subdirectory("@PROJECT_SOURCE_DIR@" "@PROJECT_BINARY_DIR@")
|