Initial native OpenSim viewer prototype
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
prefix=@CMAKE_INSTALL_PREFIX@
|
||||
exec_prefix=${prefix}
|
||||
includedir=${prefix}/include
|
||||
libdir=${exec_prefix}/lib
|
||||
|
||||
Name: CLI11
|
||||
Description: C++ command line parser
|
||||
Version: @PROJECT_VERSION@
|
||||
|
||||
Cflags: -I${includedir} -DCLI11_COMPILE
|
||||
Libs: -L${libdir} -lCLI11
|
||||
Reference in New Issue
Block a user