Browse Source

Fix Cmake compilation under Ubuntu

Jovian (Darkside) 6 năm trước cách đây
mục cha
commit
89452a61d5
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      CMakeLists.txt

+ 2 - 1
CMakeLists.txt

@@ -39,4 +39,5 @@ add_executable(ASCCI_Space_Destroyer_CLion ${SOURCE_FILES})
 
 target_link_libraries(ASCCI_Space_Destroyer_CLion ${SDL_LIBRARY})
 
-file(COPY Resources DESTINATION ${RUNTIME_OUTPUT_DIRECTORY}/)
+#file(COPY Resources DESTINATION ${RUNTIME_OUTPUT_DIRECTORY}/)
+file(COPY Resources DESTINATION .)