mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
Fixed a CPACK generator issue on Windows and macOS.
This commit is contained in:
parent
ecc599e5cc
commit
d96879c57f
|
@ -479,7 +479,7 @@ set(EXECUTABLE_OUTPUT_PATH ${dir} CACHE PATH "Build directory" FORCE)
|
|||
set(LIBRARY_OUTPUT_PATH ${dir} CACHE PATH "Build directory" FORCE)
|
||||
|
||||
# Add each component.
|
||||
add_subdirectory("external")
|
||||
add_subdirectory("external" EXCLUDE_FROM_ALL)
|
||||
add_subdirectory("es-core")
|
||||
add_subdirectory("es-app")
|
||||
|
||||
|
|
Loading…
Reference in a new issue