Skip to content
Snippets Groups Projects
Commit 9ef9243e authored by Jonathan Hanks's avatar Jonathan Hanks
Browse files

the EPICS sequencer targets need sdf_file_loaded.c in cmake

parent aee2f88e
No related branches found
No related tags found
2 merge requests!439RCG 5.0 release fro deb 10,!332Merging 4.2 into master
......@@ -36,10 +36,12 @@ else(Boost_FOUND)
endif (Boost_FOUND)
add_executable(modelsdf_seq
main.c)
main.c
sdf_file_loaded.c)
target_link_libraries(modelsdf_seq PUBLIC ini_parsing shmem epics::seq epics::ca)
add_executable(casdf_seq
main.c)
main.c
sdf_file_loaded.c)
target_link_libraries(casdf_seq PUBLIC ini_parsing shmem epics::seq epics::ca)
target_compile_definitions(casdf_seq PUBLIC "-DCA_SDF=1")
\ No newline at end of file
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