Initial commit.
This commit is contained in:
5
Tools/VideoRecoder/CMakeLists.txt
Normal file
5
Tools/VideoRecoder/CMakeLists.txt
Normal file
@ -0,0 +1,5 @@
|
||||
add_executable(VideoRecoder main.cpp)
|
||||
|
||||
target_link_libraries(VideoRecoder
|
||||
PRIVATE Universal
|
||||
)
|
6
Tools/VideoRecoder/main.cpp
Normal file
6
Tools/VideoRecoder/main.cpp
Normal file
@ -0,0 +1,6 @@
|
||||
#include "BoostLog.h"
|
||||
|
||||
int main(int argc, char const *argv[]) {
|
||||
LOG(info) << "app start...";
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user