summaryrefslogtreecommitdiff
path: root/common/CMakeLists.txt
blob: a12662069f3b58331528fd9dc311756df352da2d (plain)
1
2
3
4
5
6
7
project(common CXX)
add_library(${PROJECT_NAME} STATIC
	src/internal.cpp
	)
target_include_directories(${PROJECT_NAME}
	PUBLIC include
	)