Re: [hatari-devel] Big update to cpu emulation pushed to main repo |
[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]
Le 23/02/2020 à 12:23, Christer Solskogen a écrit :
> Only out-of-source builds fail.
>
can you try to change the 1st line in cpu/CMakeList.txt from :
include_directories(. ../.. ../includes ${SDL_INCLUDE_DIR} softfloat)
to
include_directories(. ../.. ../includes ${SDL_INCLUDE_DIR} softfloat
${CMAKE_CURRENT_BINARY_DIR})
This should look for generated .h files into the out of source build dir
too.
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |