fix src directory variable name in space CMakeList

This commit is contained in:
Stephen Birarda 2013-02-13 12:55:03 -08:00
parent d3348f4de2
commit ff4527904f

View file

@ -4,4 +4,4 @@ project(space)
file(GLOB SPACE_SRCS src/*.cpp src/*.h)
add_executable(space ${DOMAIN_SRCS})
add_executable(space ${SPACE_SRCS})