Rename hcore=>smocore
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
add_library(marionette STATIC
|
||||
marionette.cpp
|
||||
)
|
||||
|
||||
target_include_directories(marionette PUBLIC
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/include
|
||||
)
|
||||
@@ -0,0 +1,9 @@
|
||||
|
||||
namespace mrntt {
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
} // namespace mrntt
|
||||
Reference in New Issue
Block a user