mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +02:00
fix src directory variable name in space CMakeList
This commit is contained in:
parent
d3348f4de2
commit
ff4527904f
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@ project(space)
|
|||
|
||||
file(GLOB SPACE_SRCS src/*.cpp src/*.h)
|
||||
|
||||
add_executable(space ${DOMAIN_SRCS})
|
||||
add_executable(space ${SPACE_SRCS})
|
||||
|
|
Loading…
Reference in a new issue