Skip to content

Commit 0ce7540

Browse files
committed
added target include dirs for mfast_static target
1 parent 7506354 commit 0ce7540

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mfast/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ SET(LIBRARY_OUTPUT_PATH ${PROJECT_BINARY_DIR}/lib)
1010
set(mfast_SRCS ${sources} ${instruction_sources} ${headers} ${instruction_headers})
1111

1212
add_library(mfast_static STATIC ${mfast_SRCS})
13+
target_include_directories(mfast_static PUBLIC $<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/src>)
1314

1415
if (UNIX)
1516
set_target_properties(mfast_static PROPERTIES OUTPUT_NAME mfast)

0 commit comments

Comments
 (0)