mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-29 19:05:44 -05: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@")
|