1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2024-11-25 00:53:43 +00:00

core should always be a .so

This commit is contained in:
King_DuckZ 2016-07-08 15:17:13 +01:00
parent baddd228fa
commit cc943791ef

View file

@ -1,6 +1,6 @@
project(${bare_name}-core CXX)
add_library(${PROJECT_NAME}
add_library(${PROJECT_NAME} SHARED
searchpaths.cpp
)