Skip to content

Commit f46b04d

Browse files
committed
cmake
1 parent cea6112 commit f46b04d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ FetchContent_Declare(arduino_emulator GIT_REPOSITORY "https://github.com/pschatz
1414
FetchContent_GetProperties(arduino_emulator)
1515
if(NOT arduino_emulator_POPULATED)
1616
FetchContent_Populate(arduino_emulator)
17-
add_subdirectory(${arduino_emulator_SOURCE_DIR})
17+
add_subdirectory(${arduino_emulator_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}/arduino_emulator)
1818
endif()
1919

2020
# define source files

0 commit comments

Comments
 (0)