We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7506354 commit 0ce7540Copy full SHA for 0ce7540
src/mfast/CMakeLists.txt
@@ -10,6 +10,7 @@ SET(LIBRARY_OUTPUT_PATH ${PROJECT_BINARY_DIR}/lib)
10
set(mfast_SRCS ${sources} ${instruction_sources} ${headers} ${instruction_headers})
11
12
add_library(mfast_static STATIC ${mfast_SRCS})
13
+target_include_directories(mfast_static PUBLIC $<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/src>)
14
15
if (UNIX)
16
set_target_properties(mfast_static PROPERTIES OUTPUT_NAME mfast)
0 commit comments