mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-04-02 01:45:13 +08:00
Add muParser headers to CMake build
Enables these headers to show up in IDEs.
This commit is contained in:
parent
1014995159
commit
043631fd18
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…
x
Reference in New Issue
Block a user