mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
Add muParser headers to CMake build
Enables these headers to show up in IDEs.
This commit is contained in:
parent
1014995159
commit
043631fd18
1 changed files with 3 additions and 0 deletions
3
muparser-2.2.5/CMakeLists.txt
vendored
3
muparser-2.2.5/CMakeLists.txt
vendored
|
@ -10,3 +10,6 @@ SET(MUPARSER_SRCS
|
|||
|
||||
ADD_LIBRARY(muparser STATIC ${MUPARSER_SRCS})
|
||||
TARGET_INCLUDE_DIRECTORIES(muparser PUBLIC ${CMAKE_CURRENT_LIST_DIR}/include)
|
||||
|
||||
FILE(GLOB MUPARSER_HEADERS ${CMAKE_CURRENT_LIST_DIR}/include/*.h)
|
||||
TARGET_SOURCES(muparser PRIVATE ${MUPARSER_HEADERS})
|
||||
|
|
Loading…
Reference in a new issue