only debug mode will toolkit have main function
This commit is contained in:
parent
f3468a596f
commit
b7b44028a1
@ -1,3 +1,5 @@
|
|||||||
|
#ifdef TOOLKIT_DEBUG_MODE
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <toolkit.h>
|
#include <toolkit.h>
|
||||||
using namespace std;
|
using namespace std;
|
||||||
@ -9,3 +11,4 @@ int main(int argc, char** argv)
|
|||||||
cout<<*str<<"\n";
|
cout<<*str<<"\n";
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
#endif // !TOOLKIT_DEBUG_MODE
|
Loading…
Reference in New Issue
Block a user