Skip to content
Snippets Groups Projects
Unverified Commit c5d23f1a authored by kongr45gpen's avatar kongr45gpen
Browse files

Move main.cpp to the Platform/x86 directory

Since main.cpp only refers to desktop content
parent 2ecbc48b
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,6 @@ add_library(common OBJECT ...@@ -39,7 +39,6 @@ add_library(common OBJECT
# Specify the .cpp files for the executables # Specify the .cpp files for the executables
file(GLOB x86_main_SRC "src/Platform/x86/*.cpp") file(GLOB x86_main_SRC "src/Platform/x86/*.cpp")
add_executable(ecss_services add_executable(ecss_services
src/main.cpp
$<TARGET_OBJECTS:common> $<TARGET_OBJECTS:common>
${x86_main_SRC} ${x86_main_SRC}
) )
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment