Skip to content
Snippets Groups Projects
Commit 10560b5f authored by MADELA Patrick's avatar MADELA Patrick
Browse files

Fix issue when using file(GLOB_RECURSE... in top level directory

parent f7b51fb2
No related branches found
No related tags found
No related merge requests found
...@@ -10,8 +10,12 @@ add_compile_definitions(LOG4TANGO_HAVE_INT64_T) ...@@ -10,8 +10,12 @@ add_compile_definitions(LOG4TANGO_HAVE_INT64_T)
add_compile_definitions(GPIB_DEVICE_OUTSIDE) add_compile_definitions(GPIB_DEVICE_OUTSIDE)
add_compile_definitions(USE_HELPERS_DIR) add_compile_definitions(USE_HELPERS_DIR)
file(GLOB_RECURSE sources set(sources
${CMAKE_SOURCE_DIR}/*.cpp ClassFactory.cpp
Keithley428Class.cpp
Keithley428.cpp
Keithley428StateMachine.cpp
main.cpp
) )
set(includedirs set(includedirs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment