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:
parent
baddd228fa
commit
cc943791ef
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
project(${bare_name}-core CXX)
|
||||
|
||||
add_library(${PROJECT_NAME}
|
||||
add_library(${PROJECT_NAME} SHARED
|
||||
searchpaths.cpp
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue