Models: added basic database structure
This commit is contained in:
@@ -51,7 +51,7 @@ function(CODE_TO_H)
|
||||
DEPENDS ${_input_file} ${BIN2CPP_PROGRAM}
|
||||
COMMAND ${CMAKE_COMMAND} -E make_directory "${_output_path}"
|
||||
COMMAND ${CMAKE_COMMAND} -E echo "\\#include \\<${_path}/${_name_we}.hpp\\>" >>"${_output_file}"
|
||||
COMMAND ${BIN2CPP_PROGRAM} --file ${_name} --namespace ${_namespace} --output ${_output_file} --name ${var_name} --eof ${ARGS_EOF}
|
||||
COMMAND ${BIN2CPP_PROGRAM} --file ${_name} --namespace ${_namespace} --output ${_output_file} --name ${var_name} --eof ${ARGS_EOF} --extension ${ARGS_EXTENSION}
|
||||
WORKING_DIRECTORY "${_path}"
|
||||
COMMENT "Compiling ${_input_file} to C++ source"
|
||||
)
|
||||
|
Reference in New Issue
Block a user