mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-02-17 11:45:50 +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)
|
project(${bare_name}-core CXX)
|
||||||
|
|
||||||
add_library(${PROJECT_NAME}
|
add_library(${PROJECT_NAME} SHARED
|
||||||
searchpaths.cpp
|
searchpaths.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue