summaryrefslogtreecommitdiff
path: root/universe/CMakeLists.txt
blob: daf55bcd5bac02caabce8c4f6c2fb52ed9d246c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
project(universe)
add_library(
	${PROJECT_NAME}
	src/NotFound.cpp
	src/SampleRepository.cpp
	src/TurretType.cpp
	src/universe.cpp
)
target_include_directories(
	${PROJECT_NAME}
	PUBLIC include
)