11 lines
155 B
CMake
Raw Permalink Normal View History

2022-04-07 18:46:57 +02:00
# yue.nicholas@gmail.com
ADD_EXECUTABLE ( IexTest
main.cpp
testBaseExc.cpp
)
TARGET_LINK_LIBRARIES ( IexTest Iex )
ADD_TEST ( TestIex IexTest )