[glutils] Make static lib instead of object lib
This commit is contained in:
parent
60aad6335c
commit
b484d601e5
@ -1,5 +1,5 @@
|
|||||||
add_library(
|
add_library(
|
||||||
GlUtils OBJECT
|
GlUtils
|
||||||
glutils.cpp
|
glutils.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -19,3 +19,11 @@ install(
|
|||||||
DESTINATION
|
DESTINATION
|
||||||
include/glutils
|
include/glutils
|
||||||
)
|
)
|
||||||
|
|
||||||
|
install(
|
||||||
|
TARGETS
|
||||||
|
GlUtils
|
||||||
|
DESTINATION
|
||||||
|
LIBRARY DESTINATION lib
|
||||||
|
ARCHIVE DESTINATION lib
|
||||||
|
)
|
Loading…
x
Reference in New Issue
Block a user