We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cea6112 commit f46b04dCopy full SHA for f46b04d
CMakeLists.txt
@@ -14,7 +14,7 @@ FetchContent_Declare(arduino_emulator GIT_REPOSITORY "https://github.com/pschatz
14
FetchContent_GetProperties(arduino_emulator)
15
if(NOT arduino_emulator_POPULATED)
16
FetchContent_Populate(arduino_emulator)
17
- add_subdirectory(${arduino_emulator_SOURCE_DIR})
+ add_subdirectory(${arduino_emulator_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}/arduino_emulator)
18
endif()
19
20
# define source files
0 commit comments