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 e588483 commit 4b63dc1Copy full SHA for 4b63dc1
1 file changed
CMakeLists.txt
@@ -24,6 +24,7 @@ project(EVT
24
LANGUAGES CXX C ASM
25
)
26
27
+add_library(${PROJECT_NAME} STATIC)
28
29
# Add sources
30
target_sources(${PROJECT_NAME} PRIVATE
0 commit comments