mirror of
https://github.com/crioux/turbo-linecount.git
synced 2024-10-27 17:24:01 +00:00
build
This commit is contained in:
parent
c1af1d747f
commit
87f6d879ee
@ -10,8 +10,8 @@ ELSE()
|
||||
SET(CMAKE_C_FLAGS_RELEASE "-O3")
|
||||
ENDIF()
|
||||
|
||||
ADD_LIBRARY (linecount SHARED src/linecount.cpp src/linecount.h)
|
||||
ADD_LIBRARY (linecount_static STATIC src/linecount.cpp src/linecount.h)
|
||||
ADD_LIBRARY (linecount SHARED src/turbo_linecount.cpp src/turbo_linecount.h)
|
||||
ADD_LIBRARY (linecount_static STATIC src/turbo_linecount.cpp src/turbo_linecount.h)
|
||||
ADD_EXECUTABLE (lc src/main.cpp)
|
||||
TARGET_LINK_LIBRARIES (lc linecount_static)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user