move yaze_py target to the cli directory

This commit is contained in:
scawful
2024-11-15 23:39:26 -05:00
parent b336d14233
commit f7dd9622c9
6 changed files with 14 additions and 11 deletions

View File

@@ -27,6 +27,7 @@ target_include_directories(
yaze_test PUBLIC
app/
lib/
${CMAKE_SOURCE_DIR}/incl/
${CMAKE_SOURCE_DIR}/src/
${CMAKE_SOURCE_DIR}/src/lib/imgui_test_engine
${ASAR_INCLUDE_DIR}

View File

@@ -48,7 +48,7 @@ int RunIntegrationTest() {
yaze::app::core::Controller controller;
controller.init_test_editor(&test_editor);
if (!controller.CreateSDL_Window().ok()) {
if (!controller.CreateWindow().ok()) {
return EXIT_FAILURE;
}
if (!controller.CreateRenderer().ok()) {