mirror of
https://github.com/hyprwm/hyprlang.git
synced 2026-05-09 01:18:10 +02:00
cmakelists: make library shared
This commit is contained in:
parent
1c46cc857b
commit
b355124950
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ set(CMAKE_CXX_STANDARD 23)
|
|||
|
||||
file(GLOB_RECURSE SRCFILES CONFIGURE_DEPENDS "src/*.cpp" "include/hyprlang.hpp")
|
||||
|
||||
add_library(hyprlang ${SRCFILES})
|
||||
add_library(hyprlang SHARED ${SRCFILES})
|
||||
target_include_directories( hyprlang
|
||||
PUBLIC "./include"
|
||||
PRIVATE "./src"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue