mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 16:07:52 -05:00
4 lines
204 B
CMake
Executable file
4 lines
204 B
CMake
Executable file
# 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@")
|