Skip to content
Snippets Groups Projects
Commit 679c013b authored by Stephen Hurd's avatar Stephen Hurd
Browse files

Explicitly make the library static

parent 7115af78
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ set(SOURCE ...@@ -17,7 +17,7 @@ set(SOURCE
$<TARGET_OBJECTS:xpdev> $<TARGET_OBJECTS:xpdev>
) )
add_library(xpdevplus ${SOURCE}) add_library(xpdevplus STATIC ${SOURCE})
target_link_libraries(xpdevplus ciolib comio encode hash uifc xpdev) target_link_libraries(xpdevplus ciolib comio encode hash uifc xpdev)
configure_file(xpdevplus.h.in xpdevplus.h) configure_file(xpdevplus.h.in xpdevplus.h)
target_include_directories(xpdevplus PRIVATE ${XPDevPlus_BINARY_DIR}) target_include_directories(xpdevplus PRIVATE ${XPDevPlus_BINARY_DIR})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment