Build
- Fixed broken build on CentOS.
This commit is contained in:
@@ -20,5 +20,5 @@ add_custom_target (build_tests DEPENDS ${test_SRCS}
|
|||||||
|
|
||||||
foreach (src_FILE ${test_SRCS})
|
foreach (src_FILE ${test_SRCS})
|
||||||
add_executable (${src_FILE} "${src_FILE}.cpp" test.cpp)
|
add_executable (${src_FILE} "${src_FILE}.cpp" test.cpp)
|
||||||
target_link_libraries (${src_FILE} task commands columns ${TASK_LIBRARIES})
|
target_link_libraries (${src_FILE} task commands task columns ${TASK_LIBRARIES})
|
||||||
endforeach (src_FILE)
|
endforeach (src_FILE)
|
||||||
|
|||||||
@@ -26,6 +26,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
#include <string.h>
|
||||||
#include <File.h>
|
#include <File.h>
|
||||||
#include <JSON.h>
|
#include <JSON.h>
|
||||||
#include <Context.h>
|
#include <Context.h>
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
#include <Lexer.h>
|
#include <Lexer.h>
|
||||||
#include <Context.h>
|
#include <Context.h>
|
||||||
#include <Test.h>
|
#include <test.h>
|
||||||
|
|
||||||
Context context;
|
Context context;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user