BS 0.0.1 构型退化
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
add_executable(TEST test.cpp "test_sequence.cpp")
|
||||
add_executable(TEST test.cpp )
|
||||
include_directories(${PROJECT_SOURCE_DIR}/Convention/[Runtime])
|
||||
install(TARGETS TEST
|
||||
RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
|
@@ -1,4 +1,4 @@
|
||||
//#include"Config.hpp"
|
||||
#include"Config.hpp"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
@@ -1,9 +0,0 @@
|
||||
#include"Generics/Sequence.hpp"
|
||||
|
||||
using namespace Convention::Generics;
|
||||
using namespace std;
|
||||
|
||||
void main1()
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user