Work on evaluation
This commit is contained in:
@@ -15,4 +15,13 @@ add_executable(PorygonLangTests
|
||||
target_compile_definitions(PorygonLangTests PRIVATE TESTS_BUILD)
|
||||
|
||||
|
||||
find_package( Boost )
|
||||
|
||||
include_directories(
|
||||
${BOOST_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
target_link_libraries(PorygonLang ${Boost_LIBRARIES} )
|
||||
target_link_libraries(PorygonLangTests ${Boost_LIBRARIES} )
|
||||
|
||||
include(CTest)
|
||||
|
||||
Reference in New Issue
Block a user