mirror of
https://github.com/cpm-cmake/CPM.cmake.git
synced 2025-11-23 04:37:43 -05:00
add package options (#13)
* add package options * update tests * update Glue package
This commit is contained in:
@@ -8,7 +8,7 @@ include(${CMAKE_CURRENT_SOURCE_DIR}/../../cmake/CPM.cmake)
|
||||
CPMAddPackage(
|
||||
NAME LarsParser
|
||||
GIT_REPOSITORY https://github.com/TheLartians/Parser.git
|
||||
VERSION 1.4
|
||||
VERSION 1.7
|
||||
)
|
||||
|
||||
# add executable
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <lars/parser_generator.h>
|
||||
#include <lars/parser/generator.h>
|
||||
|
||||
int main() {
|
||||
lars::ParserGenerator<float> g;
|
||||
|
||||
Reference in New Issue
Block a user