mirror of
https://github.com/bensuperpc/astar.git
synced 2026-05-05 19:05:24 +02:00
7d81e22900
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
7 lines
154 B
CMake
7 lines
154 B
CMake
# This variable is set by project() in CMake 3.21+
|
|
string(
|
|
COMPARE EQUAL
|
|
"${CMAKE_SOURCE_DIR}" "${PROJECT_SOURCE_DIR}"
|
|
PROJECT_IS_TOP_LEVEL
|
|
)
|