Skip to content

Commit 4b63dc1

Browse files
committed
Fix missing project in CMake :/
1 parent e588483 commit 4b63dc1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ project(EVT
2424
LANGUAGES CXX C ASM
2525
)
2626

27+
add_library(${PROJECT_NAME} STATIC)
2728

2829
# Add sources
2930
target_sources(${PROJECT_NAME} PRIVATE

0 commit comments

Comments
 (0)